module LanguageServer::Protocol::Constant::CompletionTriggerKind

How a completion was triggered

Constants

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.