Interface CompletionContext

interface CompletionContext {
    triggerCharacter?: string;
    triggerKind: CompletionTriggerKind;
}

Properties

triggerCharacter?: string