ReadonlydetailOptionaldocumentationA human-readable string that represents a doc-comment.
A string or snippet that should be inserted in a document when selecting this completion.
ReadonlyinsertAdditional rules (as bitmask) that should be applied when inserting this completion.
ReadonlykindThe kind of this completion item. Based on the kind an icon is chosen by the editor.
ReadonlylabelThe label of this completion item. By default this is also the text that is inserted when selecting this completion.
ReadonlynoReadonlyrangeProtectedresolvedProtected ReadonlysnippetReadonlysortA string that should be used when comparing this item
with other items. When falsy the CompletionItem.label label
is used.
Staticcompare
A human-readable string with additional information about this item, like type or symbol information.