Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompletionContext

Contains additional information about the context in which completion provider is triggered.

Hierarchy

  • CompletionContext

Index

Properties(2)

Properties(2)

Readonly triggerKind

How the completion was triggered.

Readonly triggerCharacter

triggerCharacter: undefined | string

Character that triggered the completion item provider.

undefined if the provider was not triggered by a character.

The trigger character is already in the document when the completion provider is triggered.

Generated by TypeDoc. Maintained by 洛竹