Uncommenting a block of text?

Is there a command to uncomment a selected block of code?

Thanks.

0

Hi Tom,

Code | Comment with Line Comment (e.g. // for PHP)
Code | Comment with Block Comment (e.g. /* */ for PHP)

Works both ways (for commenting and un-commenting).

Tips:

  1. Use Help | Find Action ... to find any commands/actions available in PhpStorm
  2. Use Settings | Keymap --> search field .. to find the same (or browse whole list) and assign custom shortcut if necessary
0

请先登录再写评论。