AutocompleteRequest

Autocompletion request message

Members

Variables

cursorPosition
size_t cursorPosition;

The cursor position

fileName
string fileName;

File name used for error reporting

importPaths
string[] importPaths;

Paths to be searched for import files

kind
RequestKind kind;

Command coming from the client

searchName
string searchName;

Name of symbol searched for

sourceCode
ubyte[] sourceCode;

The source code to auto complete

Meta