The description of this completion item, which is rendered less prominently but still alongside the {@link CompletionItem#label}.
A string to insert in a document when the user selects this completion. When not set, the {@link CompletionItem#label} is used.
The label of this completion item, which is rendered prominently. If no {@link CompletionItem#insertText} is specified, the label is the text inserted when the user selects this completion.
Generated using TypeDoc
A completion item is a suggestion to complete text that the user has typed.
{@link CompletionItemProvider#provideCompletionItems}