kokororin / vscode-phpfmt

Integrates phpfmt into VS Code
https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt
BSD 3-Clause "New" or "Revised" License
129 stars 30 forks source link

Space removed between type and variable #94

Closed MatthieuScarset closed 1 year ago

MatthieuScarset commented 2 years ago

The formatter removes the space between the type and the variable when:

This behavior is a huge blocker.

Anyone knows how to fix it? I've not found the right settings to fix it.

Here the before and after demoing those two issues.

Before phpfmt_before

After phpfmt_after

vladun55 commented 1 year ago

Any solutions?

MatthieuScarset commented 1 year ago

My solution was to stop using this extension.

I am now using PHP Intelephense and it works fine, even better.

raypard commented 1 year ago

Who can tell me how to solve this fking problem?

MatthieuScarset commented 1 year ago

Have you tried the other extension I mentioned above?

MatthieuScarset commented 1 year ago

Closing because of no activity for a long time. Apparently not maintained anymore