This plugin is great if you don't want to think about formatting while you code. Just setup how you want your code to look in the Eclipse preferences, and this plugin will automatically format, sort, and organize imports. Sure you can use a keyboard shortcut to do these things, but this is automatic. It also gives you the option to turn on/off each of these commands per file.
You just have to keep in mind what will happen when you save. For example, if you don't have all your braces closed, things can get pretty messed up when you format (though you can undo of course).
|