sublimetext2 - Convert php arrays with the new syntax -
i looking way (regex, snippet ,plugin etc) convert old arrays new php syntax sublimetext.
// old synthax $var = array( 'foo' => 'bar' ); // new synthax $var = [ 'foo' => 'bar' ];
someone has idea ?
i found script job !
https://github.com/thomasbachem/php-short-array-syntax-converter
Comments
Post a Comment