SelectedSuggestionInfo
原文链接
https://microsoft.github.io/monaco-editor/docs.html#classes/languages.SelectedSuggestionInfo.html
constructor
- 语法:
new SelectedSuggestionInfo(range, text, completionKind, isSnippetText): SelectedSuggestionInfo - 参数:
range:IRangetext:stringcompletionKind:CompletionItemKindisSnippetText:boolean
- 返回值:SelectedSuggestionInfo
completionKind
isSnippetText
- 类型:
boolean
range
- 类型:IRange
text
- 类型:
string
equals
- 语法:
equals(other): boolean - 参数:
other:SelectedSuggestionInfo
