Interface CompletionContext
Expand description
interface CompletionContext {
triggerCharacter?: string;
triggerKind: CompletionTriggerKind;
}Properties§
§§
trigger Character?: stringCharacter that triggered the completion item provider.
undefined if provider was not triggered by a character.
trigger Kind: CompletionTriggerKindHow the completion was triggered.
Contains additional information about the context in which completion provider is triggered.