CompletionItem

Undocumented in source.

Members

Variables

additionalTextEdits
Optional!(TextEdit[]) additionalTextEdits;
Undocumented in source.
command
Optional!Command command;
Undocumented in source.
data
JSONValue data;
Undocumented in source.
detail
Optional!string detail;
Undocumented in source.
documentation
Optional!MarkupContent documentation;
Undocumented in source.
filterText
Optional!string filterText;
Undocumented in source.
insertText
Optional!string insertText;
Undocumented in source.
insertTextFormat
Optional!InsertTextFormat insertTextFormat;
Undocumented in source.
kind
Optional!CompletionItemKind kind;
Undocumented in source.
label
string label;
Undocumented in source.
sortText
Optional!string sortText;
Undocumented in source.
textEdit
Optional!TextEdit textEdit;
Undocumented in source.

Meta