Closed lucasmrl closed 1 year ago
Hi!
Is it possible to implement something similar to https://www.jetbrains.com/help/mps/commenting-and-uncommenting-blocks-of-code.html? By pressing some shortcut defined by us, the code selected will be commented out.
Thanks!
This is a simple code editor, it is very difficult to implement this function
You can try to use https://github.com/uiwjs/react-codemirror
@lucasmrl
Got it! Thank you for the response!
Hi!
Is it possible to implement something similar to https://www.jetbrains.com/help/mps/commenting-and-uncommenting-blocks-of-code.html? By pressing some shortcut defined by us, the code selected will be commented out.
Thanks!