/* 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 betweenIf the line has code on it already, then the
/*
...*/
will function to comment out the codeÂ