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:

ParameterTypeDescription
editorEditorThe editor.
fileTFileThe file being edited.
forcebooleanWhether to force the suggestion popup open.

Returns: void