Skip to content

EditorSuggestEx.trigger method

EditorSuggestEx › trigger

Unofficial

Triggers the registered suggestion providers at the cursor.

Signature:

trigger(editor: Editor, file: TFile, force: boolean): void

Parameters:

Parameter Type Description
editor Editor The editor.
file TFile The file being edited.
force boolean Whether to force the suggestion popup open.

Returns: void