LSProtocol::CompletionContext
Inherits JSON::Serializable / Reference / Object
Contains additional information about the context in which a completion request is triggered.
Constructors
new(pull : JSON::PullParser)
Sourcenew(trigger_kind : CompletionTriggerKind | Nil, trigger_character : String | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
trigger_character
The trigger character (a single character) that has trigger code complete.
Is undefined if triggerKind !== CompletionTriggerKind.TriggerCharacter