Signals that this signature help request came from typing a character or moving the cursor.
This should only occur if a signature help session was already active and the editor needs to see if it should adjust.
The language service will unconditionally attempt to provide a result.
triggerCharacter
can be undefined
for a retrigger caused by a cursor move.
Signals that this signature help request came from typing a character or moving the cursor. This should only occur if a signature help session was already active and the editor needs to see if it should adjust. The language service will unconditionally attempt to provide a result. `triggerCharacter` can be `undefined` for a retrigger caused by a cursor move.
(kind signature-help-retriggered-reason)
Returns: "retrigger"
**Returns:** `"retrigger"`
(set-trigger-character! signature-help-retriggered-reason value)
Character that was responsible for triggering signature help.
Character that was responsible for triggering signature help.
(trigger-character signature-help-retriggered-reason)
Character that was responsible for triggering signature help.
Returns: SignatureHelpRetriggerCharacter | undefined
Character that was responsible for triggering signature help. **Returns:** `SignatureHelpRetriggerCharacter | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close