I am using Adobe Brackets 1.0 code editor.
I have .php
pages that include HTML
& PHP
lines.
HTML
lines indenting fine BUT PHP
lines do not indent correctly!
is there any extension or way to force PHP
lines to indent correctly?
I've used and tried the following extensions but non of them did the job:
Thanks
P.S. I can't believe such good editor lack this important feature & functionality out-of-the-box.
UPDATE after Nicolò's answer:
- Before using "Indentator" extension (Manual indentation)
- After installing "Indentator" extension and applying Ctrl + Alt + i
I found a workaround to indent
php
codesall what I had to do is to wrap the
php
code inside{}
Example
I found this way works fine with me and not causing any issues to the codes or to the pages.
Hope this helps