EditorSuggestEx.trigger method
EditorSuggestEx › trigger
Unofficial
Triggers the registered suggestion providers at the cursor.Signature:
trigger(editor: Editor, file: TFile, force: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| editor | Editor | The editor. |
| file | TFile | The file being edited. |
| force | boolean | Whether to force the suggestion popup open. |
Returns: void