AutocompleteResponse.Completion

Alias This

compatibilityContent

Members

Variables

definition
string definition;

Definition for a symbol for a completion including attributes or the arguments for calltips.

documentation
string documentation;

Documentation associated with this symbol.

identifier
string identifier;

The name of the symbol for a completion, for calltips just the function name.

kind
ubyte kind;

The kind of the item. Will be char.init for calltips.

symbolFilePath
string symbolFilePath;

The path to the file that contains the symbol.

symbolLocation
size_t symbolLocation;

The byte offset at which the symbol is located or symbol location for symbol searches.

Meta