PHP Colon syntax for control structures convertor

nishant.soni

New Member
I would like to ask is there any software or script able to do conversion fromColon syntax to curly brackets syntax?From\[code\]if ($value):endif;\[/code\]To\[code\]if ($value) {}\[/code\]I am using Netbeans IDE, when I use curly brackets it will highlight the start or the end point. and I personally also prefer curly brackets syntax.Anyone know where I can get the solution?
 
Back
Top