Class SelectedSuggestionInfo

Constructors§

§

new SelectedSuggestionInfo(
    range: IRange,
    text: string,
    completionKind: CompletionItemKind,
    isSnippetText: boolean,
): SelectedSuggestionInfo

Properties§

§readonly completionKind: CompletionItemKind
§readonly isSnippetText: boolean
§readonly range: IRange
§readonly text: string

Methods§

§

equals(other: SelectedSuggestionInfo): boolean