This isn't really a feature but it's handy. Lazy block comments:
//* die('not commented'); //*/ /* die('commented'); //*/ These comments allow you to toggle if a code block is commented with one character.
This isn't really a feature but it's handy. Lazy block comments:
//* die('not commented'); //*/ /* die('commented'); //*/ These comments allow you to toggle if a code block is commented with one character.