LSP::CompletionTriggerKind
Inherits Enum < Comparable < Value < Object
Constants
Invoked = 1
Completion was triggered by typing an identifier (24x7 code complete), manual invocation (e.g Ctrl+Space) or via API.
TriggerCharacter = 2
Completion was triggered by a trigger character specified by
the triggerCharacters properties of the CompletionRegistrationOptions.
TriggerForIncompleteCompletions = 3
Completion was re-triggered as the current completion list is incomplete.
Instance methods
trigger_for_incomplete_completions?
Returns true if this enum value equals TriggerForIncompleteCompletions