AutocompleteResponse

Autocompletion response message

Members

Static functions

ack
AutocompleteResponse ack()

Creates an empty acknowledgement response

Structs

Completion
struct Completion

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