I love short if statements without braces (PHP) like
if ($x === $y)
echo $z;
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"?