lsp / org.pinelang.lsp.lsp.models / CompletionContext / triggerKind
triggerKind¶
val triggerKind:
Int
How the completion was triggered. 1: Completion was triggered by typing an identifier (24x7
code complete), manual invocation (e.g Ctrl+Space) or via API. 2: Completion was triggered by
a trigger character specified by the triggerCharacters
properties of the
CompletionRegistrationOptions
. 3: Completion was re-triggered as current completion list is
incomplete