Enumeration SignatureHelpTriggerKind

How a SignatureHelpProvider was triggered.

Enumeration Members

ContentChange: 3

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

Invoke: 1

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

TriggerCharacter: 2

Signature help was triggered by a trigger character.