Format PHP source code when saving with Zend Studio for Eclipse

I would expect this option to exist in PHP -> Editor -> Save Actions, but the only thing available is "remove trailing spaces" ...

It is available in JavaScript -> Editor -> Save Actions, but not php :(

Is there a plugin that will allow me to do this?

+5
source share
1 answer
ctrl + a 

To select all text

ctrl + shift + f

To format code

ctrl + s 

To save

+2
source

All Articles