GenLSP.Protocol.Structures.CompletionContext (gen_lsp v0.0.1)
Contains additional information about the context in which a completion request is triggered.
properties
Properties
triggerKind :: CompletionTriggerKind (required)
How the completion was triggered.
triggerCharacter :: string
The trigger character (a single character) that has trigger code complete.
Is undefined if triggerKind !== CompletionTriggerKind.TriggerCharacter