CompletionTriggerKind
Description:
public enum CompletionTriggerKind
How a completion was triggered.
Since:
3.2.0
Content:
Enum values:
- INVOKED - Completion was
triggered by typing an identifier (automatic code complete), manual invocation (e.g. Ctrl+Space) or via API.
- TRIGGER_CHARACTER -
Completion was triggered by a trigger character specified by the `triggerCharacters` properties of the `CompletionRegistrationOptions`.
- TRIGGER_FOR_INCOMPLETE_COMPLETIONS -
Completion was re-triggered as the current completion list is incomplete.