- additionalTextEdits
Optional!(TextEdit[]) additionalTextEdits;
Undocumented in source.
- command
Optional!Command command;
Undocumented in source.
- commitCharacters
Optional!(string[]) commitCharacters;
Undocumented in source.
- data
JSONValue data;
Undocumented in source.
- deprecated_
Optional!bool deprecated_;
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.
- preselect
Optional!bool preselect;
Undocumented in source.
- sortText
Optional!string sortText;
Undocumented in source.
- textEdit
Optional!TextEdit textEdit;
Undocumented in source.