CompletionItem

Undocumented in source.

Members

Variables

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

Meta