HTML formatting in phpDesigner version 7.0

I cannot format HTML tags using IDE. The PHP code decoder in this IDE only formats PHP code, not HTML tags.

Is there anyone using PHP designer 7 to help me with this?

+7
source share
3 answers

In PHP Desinger 7:

  • CTRL + SHIFT + F1 or
  • 'PHP' menu> 'Code Beutifier for PHP'

Note: this helps in formatting PHP code, does not help for HTML or css or SCRIPT in good-format

In PHP Desinger 8:

PHP Desinger 8 has functions for them. Visit this link for more details on the PHP 8 designer.

+5
source

phpDesigner version 8.1.2

  • tools → HTML CSS Javascript Formatter

enter image description here

  1. then select "HTML format"

enter image description here

  1. click ok
+2
source

A small search here will help you find out that someone else asked the same question and decided it himself - to publish a solution for others to enjoy.

Quote How to format source code in phpDesigner 7.x "

For people who get the same problem: there are 2 ways

  • Press the keyboard shortcut: Ctrl + Shift + F1
  • In the menu bar, select the "PHP" menu. Then select "Code Beutifier for PHP" (bottom parameter). Do the same with CSS and HTML
0
source

All Articles