Type Alias InlineCompletionContext

InlineCompletionContext: {
    selectedCompletionInfo?: SelectedCompletionInfo;
    triggerKind: InlineCompletionTriggerKind;
}

Provides information about the context in which an inline completion was requested.

Type declaration

  • OptionalselectedCompletionInfo?: SelectedCompletionInfo

    Provides information about the currently selected item in the autocomplete widget if it is visible.

  • triggerKind: InlineCompletionTriggerKind

    Describes how the inline completion was triggered.

3.18.0