28 skills found
uber / MockoloEfficient Mock Generator for Swift
inamiy / SwiftRewriter📝 Swift code formatter using SwiftSyntax.
NSHipster / SwiftSyntaxHighlighterA syntax highlighter for Swift code that uses SwiftSyntax to generate Pygments-compatible HTML.
SwiftDocOrg / SwiftSemanticsUses SwiftSyntax to parse Swift code into its constituent declarations
ra1028 / Swift ModA tool for Swift code modification intermediating between code generation and formatting.
ezura / Spell Checker For SwiftThis command line tool can check spelling and show proposed correction.
kitasuke / IBOutletRewriter@IBOutlet code formatter using SwiftSyntax
johnno1962 / InstantSyntaxSwiftSyntax binary frameworks
keith / StaticInternalSwiftSyntaxParserA static library for using SwiftSyntax / lib_InternalSwiftSyntaxParser
nicklockwood / SwiftSyntaxTalkExample code for my SwiftSyntax talk
akkyie / SyntaxBuilderA *toy* Swift code generator based on SwiftSyntax, leveraging Function Builders.
fetch-rewards / SwiftSyntaxSugarHelpful extensions for SwiftSyntax.
fdiaz / SwiftInspectorSwiftInspector is a command line tool built on top of SwiftSyntax to help inspect usage of Swift code
kitasuke / SwiftConstFind in Swift repeated strings that could be replaced by a constant using SwiftSyntax
CheekyGhost-Labs / SyntaxSparrowAbstraction built on top of the Swift Syntax library to traverse constituent declaration types for Swift code.
kishikawakatsumi / SwiftSyntaxSwiftSyntax SwiftPM module
keith / Swift Syntax BazelBazel support for SwiftSyntax
kenmaz / StrongSelfRewriterReplace variable name of `guard let self = self` optional binding using SwiftSyntax
alexito4 / SwiftUsingImplementation of the `using` feature in Swift by code generation with SwiftSyntax
horimislime / XcstatsSource code analyzer for macOS/iOS project