Implementation of SignatureHelpTriggerKind
enumeration from Language Server Protocol
DO NOT add new properties or methods to this class that are specific to Moonshine IDE or to a particular language. Create a subclass for new properties or create a utility function for methods.
See also:
Variables
inlineread onlyContentChange:SignatureHelpTriggerKind = 3
Signature help was triggered by the cursor moving or by the document content changing.
inlineread onlyInvoked:SignatureHelpTriggerKind = 1
Signature help was invoked manually by the user or by a command.
inlineread onlyTriggerCharacter:SignatureHelpTriggerKind = 2
Signature help was triggered by a trigger character.