EditorSuggestEx.setCurrentSuggest method
EditorSuggestEx › setCurrentSuggest
Unofficial
Sets the active suggestion provider, closing the previous one.Signature:
setCurrentSuggest(suggest: EditorSuggest<unknown> | null): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| suggest | EditorSuggest<unknown> | null | The provider to activate, or null to clear. |
Returns: void