Uncommenting a block of text? Permanently deleted user Created April 03, 2012 17:34 Is there a command to uncomment a selected block of code?Thanks.
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: