Reputation: 1090
I am not being able to format the HTML tags using phpdesigner IDE. PHP code beautifier in this IDE only formats the PHP code, not HTML tags.
Is there anyone, who is using PHP designer 7, to help me in this?
Upvotes: 7
Views: 4721
Reputation: 86
In PHP Desinger 7:
Note: this helps in formatting PHP code, won't help for HTML or css or SCRIPT in well-format
In PHP Desinger 8 :
PHP Desinger 8 has the features for them as well. Visit this link for more detail of PHP designer 8.
Upvotes: 5
Reputation: 12703
phpDesigner version 8.1.2
Upvotes: 2
Reputation: 14236
A little search around here would have helped you find out that someone else has asked the exact same question and solved it himself - posting the solution for others to enjoy.
Quoting "How to format source code in phpDesigner 7.x"
For people who gets same problem: there are 2 ways
- Press combination: Ctrl + Shift + F1
- On the menu bar, select 'PHP' menu. Then select 'Code Beutifier for PHP' (the bottom option). Do the same with CSS and HTML
Upvotes: 0