sourcekitten help Available commands: complete Generate code completion options doc Print Swift docs as JSON or Objective-C docs as XML help Display general or command-specific help index Index Swift file and print as JSON structure Print Swift structure information as JSON syntax Print Swift syntax information as JSON version Display the current version of SourceKitten 15
age: Int } $ ./generate.swift QueryKitModels.swift extension Person { static let name = Property<String>(name: "name") static let age = Property<Int>(name: "age") } 31
for Swift & Objective-C • SwiftLint: A tool to enforce Swift style and conventions • Refactorator: Xcode Plugin that Refactors Swift & Objective-C • SourceKittenDaemon: Swift auto completion for any text editor • SwiftKitten: Swift autocompleter for Sublime Text • sourcekittendaemon.vim: Autocomplete Swift in Vim • company-sourcekit: Emacs company-mode completion for Swift 35