Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to format source code in phpDesigner 7.x

Tags:

phpdesigner

I am using phpDesigner and dont know how to format the source code in this IDE. Similar to right click and choose format in Netbeans (or Ctrl + Shift + F) Does anyone know?

Thanks


Ok, I did it
For people who gets same problem: there are 2 ways
1. Press combination: Ctrl + Shift + F1
2. On the menu bar, select 'PHP' menu. Then select 'Code Beutifier for PHP' (the bottom option). Do the same with CSS and HTML

like image 495
Leo Lerdorf Avatar asked Jan 09 '12 15:01

Leo Lerdorf


1 Answers

there is beautifier for JavaScript too, it is online http://jsbeautifier.org/

in PhpDesigner no such option.

javascript beautifier

like image 178
chosenman Avatar answered Oct 22 '22 14:10

chosenman