GenLSP.Enumerations.SignatureHelpTriggerKind (gen_lsp v0.0.9)
How a signature help was triggered.
@since 3.15.0
Link to this section Summary
Functions
Signature help was triggered by the cursor moving or by the document content changing.
Signature help was invoked manually by the user or by a command.
Signature help was triggered by a trigger character.
Link to this section Types
@type t() :: 1 | 2 | 3
Link to this section Functions
Link to this function
content_change()
@spec content_change() :: 3
Signature help was triggered by the cursor moving or by the document content changing.
Link to this function
invoked()
@spec invoked() :: 1
Signature help was invoked manually by the user or by a command.
Link to this function
trigger_character()
@spec trigger_character() :: 2
Signature help was triggered by a trigger character.