php - PHPStorm CodeStyle Put Space Before and After -> -


i using phpstrom 8.0.3 , can't find how make possible.

when using aptana editor time ago, liked way formatted code. , trying configure phpstorm code style.

i configure phpstorm change

$this->some(); 

to

$this -> some(); 

i've checked settings- > code style -> php couldn't find anywhere. may missing something. know how put space before , after ->

contacted jetbrains , here reply

unfortunately, there no such option in phpstorm @ moment. however, have related feature request submitted here: https://youtrack.jetbrains.com/issue/wi-12067.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -