junstyle / vscode-php-cs-fixer

PHP CS Fixer extension for VS Code
https://marketplace.visualstudio.com/items?itemName=junstyle.php-cs-fixer
MIT License
357 stars 45 forks source link

It does not format ";" when typed in the next line #142

Closed angelidito closed 3 years ago

angelidito commented 3 years ago

I think this is a great formatter, but I miss that.

Also, whitespaces between ";" and the previous word are not formatted. Maybe whitespaces of any kind. It really blows my mind :(

Here two examples that it won't format:

$hello = 'world       ; 
echo $hello
;
junstyle commented 3 years ago

when type ; , only format current line, can't format previous line