sak90
June 14, 2023, 6:26am
1
I am migrating my editor from monaco to codemirror. I am not able to find something similar to editor.trigger() in codemirror where keypress triggers an action (I want it to show hints, autocomplete).
marijn
June 14, 2023, 7:54am
2
I am not familiar enough with the Monaco interface to know what you are trying to do here.
sak90
June 14, 2023, 8:21am
3
I am implementing autocomplete feature for a custom language and am running into an issue. Whenever I press ‘Enter’ on a autocomplete option, it completes the text. What I want is, whenever ‘Enter’ is pressed, I want it to complete the text as well as open a new autocomplete list which I have specified.
Any leads on how to implement this will be quite useful.
Thanks you.
I’m trying to do something like this. Any hints on how can I go about doing this would be useful.