Here are the few shortcuts to comment code, which works great on Windows.
The Mac alternative of the Ctrl-/ is Command-/
What is the Mac alternative of the Ctrl-shift-/ for Mac?
Related Question: Finding Shortcuts in Aptana Studio 3.0 to Comment Code
Use the cmd + / key binding on the selected code.
Add a Ctrl-Alt-/ for multi-line block comments Ctrl-Alt-/ is used by the toggle comment function. Ctrl-Alt-/ is used by the toggle comment function.
Check Commands > Source > Comments. A number of shortcuts are listed there.
You search for Cmd + Shift + c. The shortcut generates multi line comments with //
.
// for a single line of code(L for Line)
Alt + C + L
/* */ around selected code(B for Block)
Alt + C + B
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With