Theia API Documentation v1.65.0
    Preparing search index...
    interface InlineCompletionContext {
        selectedSuggestionInfo: undefined | SelectedSuggestionInfo;
        triggerKind: InlineCompletionTriggerKind;
    }
    Index

    Properties

    selectedSuggestionInfo: undefined | SelectedSuggestionInfo

    How the completion was triggered.