LSP::Data::CompletionTriggerKind
Inherits Enum < Comparable < Value < Object
How a completion was triggered.
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.
Constructors
new(*args)
SourceInstance methods
to_json(*args)
Sourcetrigger_for_incomplete_completions?
Returns true if this enum value equals TriggerForIncompleteCompletions