Use shortcuts to comment and uncomment lines and blocks of code:
&shortcut:CommentByLineComment;
: for single line comments (
//...
)
&shortcut:CommentByBlockComment;
: for block comments (
/*...*/
)