CompletionItem

Undocumented in source.

Constructors

this
this(string label, Nullable!CompletionItemKind kind, Nullable!string detail, Nullable!MarkupContent documentation, Nullable!bool deprecated_, Nullable!string sortText, Nullable!string filterText, Nullable!string insertText, Nullable!InsertTextFormat insertTextFormat, Nullable!TextEdit textEdit, Nullable!(TextEdit[]) additionalTextEdits, Nullable!(string[]) commitCharacters, Nullable!Command command, Nullable!JSONValue data)
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.
deprecated_
Nullable!bool deprecated_;
Undocumented in source.
detail
Nullable!string detail;
Undocumented in source.
documentation
Nullable!MarkupContent documentation;
Undocumented in source.
filterText
Nullable!string filterText;
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.
preselect
Nullable!bool preselect;
Undocumented in source.
sortText
Nullable!string sortText;
Undocumented in source.
textEdit
Nullable!TextEdit textEdit;
Undocumented in source.

Meta