chouzz / vscode-better-align

Better vertical alignment with/without selection in any language.
https://marketplace.visualstudio.com/items?itemName=Chouzz.vscode-better-align&ssr=false#overview
Apache License 2.0
39 stars 4 forks source link

Erros in PHP #119

Open felipeparente opened 6 months ago

felipeparente commented 6 months ago

When I am editing a file in PHP, using the "open short tag" and pressing ENTER to break the line, the error below occurs.

Captura de Tela 2024-03-14 às 16 24 12

It undoes the "open short tag", leaving it separate, and I have to return it to the correct position, one by one.

callmeahmedr commented 2 weeks ago

It's safe to say the developer is no long maintaining the repo as the most recent commit was 1 year ago.

Consider using other PHP-specific extensions like PHP Intelephense or PHP Formatter that might better handle the formatting of PHP open tags.