SignatureHelpTriggerKind
Description:
[ Version ( since = "0.16" ) ]
public enum SignatureHelpTriggerKind
How a signature help was triggered.
Since:
3.15.0
Content:
Enum values:
- 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.
- UNKNOWN - Unknown