Readonly
detailOptional
documentationA human-readable string that represents a doc-comment.
A string or snippet that should be inserted in a document when selecting this completion.
Readonly
insertAdditional rules (as bitmask) that should be applied when inserting this completion.
Readonly
kindThe kind of this completion item. Based on the kind an icon is chosen by the editor.
Readonly
labelThe label of this completion item. By default this is also the text that is inserted when selecting this completion.
Readonly
noReadonly
rangeProtected
resolvedProtected
Readonly
snippetReadonly
sortA string that should be used when comparing this item
with other items. When falsy
the CompletionItem.label label
is used.
Static
compare
A human-readable string with additional information about this item, like type or symbol information.