Do you know that some Visual Studio Shortcuts are available in the Nova Script Editor. Here is a partial list:
- ctrl-S => save the script
- ctrl-K + ctrl-C => comment all selected line
- ctrl-K + ctrl-U => un-comment all selected line
- ctrl-space => launch intellisense list
- ctrl-M + ctrl-O => collapse all code to definitions
- ...