Class SelectedSuggestionInfo
Constructors§
§new SelectedSuggestionInfo(
range: IRange,
text: string,
completionKind: CompletionItemKind,
isSnippetText: boolean,
): SelectedSuggestionInfo
new SelectedSuggestionInfo(
range: IRange,
text: string,
completionKind: CompletionItemKind,
isSnippetText: boolean,
): SelectedSuggestionInfo
Properties§
§
readonly completion Kind: CompletionItemKind§readonly is Snippet Text: boolean§readonly range: IRange§readonly text: string