phpfmt_stable icon indicating copy to clipboard operation
phpfmt_stable copied to clipboard

This is a stable snapshot (version 6125cf9) of the phpfmt plugin for Sublime Text

Results 65 phpfmt_stable issues
Sort by recently updated
recently updated
newest added

how to disable this plugin on html block ? it becomes very messy when this automatically formatting php on html block ![image](https://user-images.githubusercontent.com/1424851/48618789-62d17480-e9d5-11e8-9668-3e361ed26154.png) Thanks

Hi, How can i get the new null coalescing operator's alignment working ? My code is reformated like this : `$page['active']??=null;` Thanks !

hi, any way to add configuration to the project; and work around the project directory; instead of globally? Like this: ```JSON { "folders": [ { "path": "Example1", "settings": { "php_bin":...

hello how can i align nre patter like this ".=" with this "=". Example not align: ``` $test_large_variable_Name = ''; $new_VAriable = ''; $new_VAriable .= 'New Text'; //->> this not...

Recently installed this package. Works great, but this file: ```

how can i change the default hot key for autocomplete for this plugin from "ctrl+shift+space" to something else. Thanks in advance

Is it possible to use phpfmt in command line? I know about phpcs and phpcbf but they don’t align arrows

on_save PSR-1 Delete underline in class separator of prefix **i have:** ``` class Class_TemplateManager { public function foo() { } } ``` **is re-write and remove calmel case name to:**...

am using sublime editor 3 for php and install Package PHPfmt for psr2. And my PHP version is 5.6. After save my php code PHPfmt change my php function like...

This plugin is cool except that it deletes the undo history when it activates on save. That's dangerous. Many devs rely on undo / redo (I know I do).