AutocompleteResponse.Completion

Undocumented in source.

Alias This

compatibilityContent

Members

Functions

compatibilityContent
deprecated string compatibilityContent()
Undocumented in source. Be warned that the author may not have intended to support it.

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