Request
enum Request
-
Undocumented
Declaration
Swift
public static func createCompilerArguments(sdkPath: String?, target: String?) -> [String]
-
Undocumented
Declaration
Swift
public static func editorExtractTextFromComment(sourceText: String) -> SourceKitObject
-
Undocumented
Declaration
Swift
static func docInfo(file: File?, moduleName: String?, compilerArguments: [String]) -> SourceKitObject
-
Undocumented
Declaration
Swift
static func codeCompletion(file: File, offset: Int, compilerArguments: [String]) -> SourceKitObject
-
Undocumented
Declaration
Swift
static func codeCompletionOpen(file: File, offset: Int, options: SKCodeCompletionSessionOptions?, compilerArguments: [String]) -> SourceKitObject
-
Undocumented
Declaration
Swift
static func codeCompletionUpdate(name: String, offset: Int, options: SKCodeCompletionSessionOptions?) -> SourceKitObject
-
Undocumented
Declaration
Swift
static func codeCompletionClose(name: String, offset: Int) -> SourceKitObject
-
Undocumented
Declaration
Swift
static func cursorInfo(file: File, offset: Int?, usr: String?, compilerArguments: [String], cancelOnSubsequentRequest: Bool) -> SourceKitObject
-
Undocumented
Declaration
Swift
public static func convertMarkupToXML(sourceText: String) -> SourceKitObject