Eclipse IDE provides cool feature Save Actions.
On save of eclipse, we all know it compiles the class file in the background.
We can customize eclipse to do many more things like
- Organize imports
- Remove unused imports
- Add final modifier to private fields
- Format source code
- Remove unused local variables
- etc
Snapshot of my current configuration:
No comments:
Post a Comment