views:

49

answers:

1

The only thing that exists in Eclipse, which I miss in Intellij IDEA is "save actions" - possibility to do some actions (usually formatting) when a file is saved.

Is there some plugin or configuration for IDEA which enables such functionality?

Thank you

+1  A: 

It doesn't exist as in Eclipse, but you can format your code on commit, and the shortcut ctrl+alt+L will allow you to format easily your code.
After a time formatting the code will be a reflex and you won't even think about it.


On the same topic :

Colin Hebert

related questions