- additionalTextEdits
Optional!(TextEdit[]) additionalTextEdits;
 Undocumented in source.
- command
Optional!Command command;
 Undocumented in source.
- commitCharacters
Optional!(string[]) commitCharacters;
 Undocumented in source.
- data
OptionalJsonValue data;
 Undocumented in source.
- detail
Optional!string detail;
 Undocumented in source.
- documentation
Variant!(void, string, 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.
- insertTextMode
Optional!InsertTextMode insertTextMode;
 Undocumented in source.
- kind
Optional!CompletionItemKind kind;
 Undocumented in source.
- label
string label;
 Undocumented in source.
- labelDetails
Optional!CompletionItemLabelDetails labelDetails;
 Undocumented in source.
- preselect
Optional!bool preselect;
 Undocumented in source.
- sortText
Optional!string sortText;
 Undocumented in source.
- tags
Optional!(CompletionItemTag[]) tags;
 Undocumented in source.
- textEdit
Variant!(void, StructVariant!(TextEdit, InsertReplaceEdit)) textEdit;
 Undocumented in source.