CompletionTriggerKind
Description:
[ Flags ]
public enum CompletionTriggerKind
How a completion was triggered
Content:
Enum values:
- INVOKED - Completion was
triggered by typing an identifier (24x7 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.
- UNKNOWN
Static methods:
Methods: