akalongman / sublimetext-codeformatter

Code Formatter plugin for ST2/ST3
MIT License
772 stars 130 forks source link

phpF abandoned #360

Closed droptable closed 6 years ago

droptable commented 6 years ago

phpF has been abandoned: https://github.com/subins2000/phpF/blob/master/README.md

Some new features like nullable types, "yield from", trailing commas in lists (and probably more after PHP 7.2/3) are not supported and (i think?) will not be implemented in the near future.

The fork of MKCG looks like a good replacement (see subins2000 README): https://github.com/MKCG/phpfmt_stable

rjksn commented 6 years ago

Is there another text editor that offers these functions without having to use this plugin?

droptable commented 6 years ago

You can replace the "fmt.phar" file in your local codeformatter installation with the fmt.phar from here: https://github.com/phpfmt-next/fmt/tree/master/bin

akalongman commented 6 years ago

Please look at https://github.com/akalongman/sublimetext-codeformatter/issues/355#issuecomment-381722577

phpF will be removed soon