Interface InlineCompletionContext

interface InlineCompletionContext {
    selectedSuggestionInfo: undefined | SelectedSuggestionInfo;
    triggerKind: InlineCompletionTriggerKind;
}

Properties

selectedSuggestionInfo: undefined | SelectedSuggestionInfo

How the completion was triggered.