AutocompleteResponse

Autocompletion response message

Members

Functions

completionKinds
deprecated char[] completionKinds()
Undocumented in source. Be warned that the author may not have intended to support it.
docComments
deprecated string[] docComments()
Undocumented in source. Be warned that the author may not have intended to support it.
locations
deprecated size_t[] locations()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

ack
AutocompleteResponse ack()

Creates an empty acknowledgement response

Structs

Completion
struct Completion
Undocumented in source.

Variables

completionType
string completionType;

The autocompletion type. (Parameters or identifier)

completions
Completion[] completions;

The completions

importPaths
string[] importPaths;

Import paths that are registered by the server.

symbolFilePath
string symbolFilePath;

The path to the file that contains the symbol.

symbolIdentifier
ulong symbolIdentifier;

Symbol identifier

symbolLocation
size_t symbolLocation;

The byte offset at which the symbol is located.

Meta