Netbeans PHP - add/remove curly braces plugin/shortcut

Mr Steadfast

New Member
I love short if statements without braces (PHP) like\[code\]if ($x === $y) echo $z;\[/code\]If I want to add a few lines (maybe just temporary for debugging) I have to manually add the braces. Is there a plugin for netbeans that does that via shortcut, something like "toggle (add/remove) previous statement braces"?
 
Back
Top