Here I would like to list all task, I need to do when setting up my Eclipse environment
Plug-ins to be installed
- More Unit - the best tool for generating and maintaining unit test created for Eclipse
- JRebel - in case of server side programming, you can save a huge amount of time with it. It is commerctal, but a community version also can be used. This version is full featured, only sends messages sometimes to your Facebook wall.
- Lombok - enhances the Java language with annotation based elements, bringing it closer to the features of Scala, and other modern, Java-like languages. I suse it to avoid coding boilerplate code. You can generate getter/setter, toString, etc.
- Findbugs - static code analysis tool
- PMD - static code analysis tool
- Ucdetector - detects unnecesary code in your application. Also can be used to lower the accessibility of your classes or elements.
- JIRA connector
- Eclipse class decompiler
- InstaSearch - makes searching way faster with Lucence based search engine.
- QuickRex - evaluating Regular expressions directly in Eclipse
Settings to be made
- add source to java packages
- set toString generation
- set formatter
- set comparison to ignore white spaces by default
- set multi monitor environment. Do not forget to stop Eclipse always with File/Exit, instead of closing any of the windows.
- import your collection of short-keys
Export your environment
Nincsenek megjegyzések:
Megjegyzés küldése