Sublime Forum

Mass Comment

#1

In eclipse, one can press Ctrl + 7 to comment out a massive block of code.

Does Sublime have a similar feature?

0 Likes

#2

I think it is: ctrl+shift+/

Edit:
and it can be edited in the key bindings by editing this row:

{ "keys": "ctrl+shift+/"], "command": "toggle_comment", "args": { "block": true } },

0 Likes