AbstractReadonlyidStatic ReadonlychannelThe autocomplete method should return a list of autocomplete suggestions based on the provided code and cursor position.
The call is forwarded from the web plugin to the runner plugin, which processes the request and sends back the autocomplete suggestions.
The current code in the editor.
The current row of the cursor in the editor (1-indexed).
The current column of the cursor in the editor (1-indexed).
The callback function to handle the autocomplete suggestions received from the runner plugin.
AbstractloadThe loadMode method is called when the web plugin receives the syntax highlighting data from the runner plugin.
This method should be implemented to load the syntax highlighting mode based on the received data, enabling the web plugin to perform syntax highlighting of code in the editor.
The syntax highlighting data received from the runner plugin
The id of the plugin.