Add a multi-line comment

Shortcut
Shift + Option + A
/* This is a multi-line comment */
If the line is blank, the shortcut will simply add the /*...*/so you can add your comment text in between
If the line has code on it already, then the /*...*/ will function to comment out the code
Â