View Source GenLSP.Enumerations.SignatureHelpTriggerKind (gen_lsp v0.8.1)

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

@spec content_change() :: 3

Signature help was triggered by the cursor moving or by the document content changing.

@spec invoked() :: 1

Signature help was invoked manually by the user or by a command.

@spec trigger_character() :: 2

Signature help was triggered by a trigger character.