Used internally by LspTextEditor to manage signature help requests.

Constructor

new(textEditor:LspTextEditor)

Creates a new SignatureHelpManager object.

Variables

@:value(false)shortcutRequiresAlt:Bool = false

Specifies the value of KeyboardEvent.altKey is required to trigger signature help.

See also:

@:value(false)shortcutRequiresCommand:Bool = false

Specifies the value of KeyboardEvent.commandKey is required to trigger signature help.

See also:

@:value(false)shortcutRequiresControl:Bool = false

Specifies the value of KeyboardEvent.controlKey that is required to trigger signature help.

See also:

@:value(true)shortcutRequiresCtrl:Bool = true

Specifies the value of KeyboardEvent.ctrlKey is required to trigger signature help.

See also:

@:value(true)shortcutRequiresShift:Bool = true

Specifies the value of KeyboardEvent.shiftKey is required to trigger signature help.

See also:

Methods

clear():Void

Aborts current request, if any, and closes the signature help view.

dispatchSignatureHelpEvent(params:SignatureHelpParams):Void

Sends a signature help request.