AutocompleteResponse

Autocompletion response message

Members

Variables

completionKinds
char[] completionKinds;

The kinds of the items in the completions array. Will be empty if the completion type is a function argument list.

completionType
string completionType;

The autocompletion type. (Parameters or identifier)

completions
string[] completions;

The completions

docComments
string[] docComments;

The documentation comment

importPaths
string[] importPaths;

Import paths that are registered by the server.

locations
size_t[] locations;

Symbol locations for symbol searches.

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