As someone who scripts in Anarchy Engine
it would be really nice to be able to quickly block comment lines that are selected by my cursor
so that I can easily comment out multiple lines of code.
Acceptance Criteria:
- A way to quickly create and remove a block comment is added
- Preferably a keybinding also exists
This may be best implemented inside of the LWJGUI library since there is code highlighting logic there and then extended on the engine side.
As someone who scripts in Anarchy Engine
it would be really nice to be able to quickly block comment lines that are selected by my cursor
so that I can easily comment out multiple lines of code.
Acceptance Criteria:
This may be best implemented inside of the LWJGUI library since there is code highlighting logic there and then extended on the engine side.