ide - Need magic php code-formatter -
this question has reply here:
php code formatter / beautifier , php beautification in general [closed] 14 answersyes, question sounds strange. have big code wasn't written own , contains lot of while loops , if statements , hence lot of braces. need automatic code rebuilding ms visual studio - no matter placed open-brace move @ right place when write close-brace. example:
//i write: function func() { if(//some statement) { echo('hello world'); } } //it this: function func() { if(//some statement) { echo('hello world'); } }
netbeans free ide has ability format code.
php ide code-formatting
No comments:
Post a Comment