sublimetext-codeformatter
sublimetext-codeformatter copied to clipboard
Code Formatter plugin for ST2/ST3
 Sublime text 3 PHP 7.2.1
This error is coming when I format PHP code. Everything is working well.  Here is my PHP options to configure PHP formatter - ```javascript "codeformatter_php_options": { "syntaxes": "php", //...
Feature: possibility to format only selection part of code
With the JavaScript parser we can skip a piece of code by adding the following comment: /* beautify preserve:start */ Is there a similar comment for letting the PHP parser...
Hello, the formatting doesn't work with PHP 8. Screenshot with error message attached below. With PHP 7 everything works correctly. 
How can I make the editor to don't do that?  Thanks.

not support php8 Nullsafe,?-> 

 Not working PHP 8 in Linux but still working < PHP 8 version.