Interface InlineCompletionContext

interface InlineCompletionContext {
    earliestShownDateTime: number;
    includeInlineCompletions: boolean;
    includeInlineEdits: boolean;
    requestIssuedDateTime: number;
    selectedSuggestionInfo: SelectedSuggestionInfo;
    triggerKind: InlineCompletionTriggerKind;
}

Properties§

§readonly earliestShownDateTime: number
§readonly includeInlineCompletions: boolean
§readonly includeInlineEdits: boolean
§readonly requestIssuedDateTime: number
§readonly selectedSuggestionInfo: SelectedSuggestionInfo
§readonly triggerKind: InlineCompletionTriggerKind

How the completion was triggered.