Skip to content

InlineCompletionContext

原文链接

https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.InlineCompletionContext.html

ts
interface InlineCompletionContext {
    selectedSuggestionInfo: SelectedSuggestionInfo;
    triggerKind: InlineCompletionTriggerKind;
}

selectedSuggestionInfo

triggerKind