module LanguageServer::Protocol::Constant::SignatureHelpTriggerKind
How a signature help was triggered.
Constants
- CONTENT_CHANGE
Signature help was triggered by the cursor moving or by the document content changing.
- INVOKED
Signature help was invoked manually by the user or by a command.
- TRIGGER_CHARACTER
Signature help was triggered by a trigger character.