SKCodeCompletionSubstructure
public struct SKCodeCompletionSubstructure
Undocumented
-
The byte offset location of the given parameter.
Declaration
Swift
public let nameOffset: Int? -
The byte length of the given parameter.
Declaration
Swift
public let nameLength: Int? -
The
nameoffset+ the indentation inside the body of the file.Declaration
Swift
public let bodyOffset: Int? -
The
namelength+ the indentation inside the body of the file.Declaration
Swift
public let bodyLength: Int? -
An array of
SKCodeCompletionSubstructurerepresenting ranges of structural elements in the item description, such as the parameters of a function.Declaration
Swift
public let substructures: [SKCodeCompletionSubstructure]?
SKCodeCompletionSubstructure Structure Reference