phpstorm add comment shortcut code example
Example 1: comment out intellij easier
Ctrl + / ==> To comment/uncomment a line .
Ctrl + Shift + / ==> To comment/uncomment block of code.
Ctrl + Y ==> To delete a line.
Example 2: webstorm comment shortcut
Windows/Linux -> Ctrl+Shift+/
MacOS -> Cmd+Shift+/