phpfmt_stable
phpfmt_stable copied to clipboard
This is a stable snapshot (version 6125cf9) of the phpfmt plugin for Sublime Text
At first I thought that had something to do with the fact that Ubuntu 20.04 ships with php 7.4. So I uninstalled that and installed php 7.2 and then went...
Hello @nanch good night. I've started a fork of the project to make it work on php 8 and also fix some issues I've seen. https://github.com/driade/phpfmt8 I've asked for my...
I'm running Manjaro Linux and moved to php 8 and the plugin stopped working. Had to install 7.4 along side 8 and point the plugin to the 7.4.
  sublime 4143 when I fomat a lot of code, the sublime is no response.
Hi, there. phpfmt is a great tool, I've been using it for quite a long time. I've to work in VS Code now and then, I install phpfmt extension there....
I'd like to set a hotkey for phpfmt? It's ok inside PREFERENCES\KEY BINDS or PREFERENCES\PACKAGE SETTINGS\PHPFMT\KEY BINDINGS - USER Tried serveral combination, but fail. Please help.
Hello, Sublime freeze on my specific php file, when i save it. Other file parsing succesfully php version = PHP 7.4.13 (cli) (built: Nov 24 2020 12:43:30) ( NTS Visual...
Hi, I'm using phpfmt with Sublime, and it's working great. One thing I can't figure out is that it seems to do some strange formatting for double-slash comments. I may...
i have updated version of xampp Stack in my Dev PC old version is php 7.2 and actual php 7.4.6 version when i try to formating with php 7.4.6 from...
With a function like; ```php public function else($value) { return $this->fallbackLogic($value); } ``` phpfmt is braking the code to; ```php function else{ ($value) { return $this->fallbackLogic($value); } ``` Since PHP...