原文:http://www.fromdev.com/2012/01/25-best-free-eclipse-plug-ins-for-java.html
"工欲善其事, 必先利器". 這裏列舉了25個經常使用的提升Java程序員開發效率的Eclipse插件. StackOverflow上也有兩個相似的"我最喜好的eclipse插件推薦", 我以爲這篇文章差很少是基於這個推薦:http://stackoverflow.com/questions/2826/do-you-have-any-recommended-plugins-for-eclipse,
http://stackoverflow.com/questions/369406/what-are-your-favorite-eclipse-plug-ins
不過不必安裝下面列出的全部插件, 能夠根據你的須要來加以選擇.
代碼質量類
FindBugs
找出代碼中的低級錯誤
Checkstyle
根據規則檢查代碼是否符合規範
ECLemma
測試覆蓋率工具
JDepend4Eclipse
分析代碼依賴關係
PMD(http://pmd.sourceforge.net/eclipse)
用來發現代碼中的"壞味道"
SourceHelper
幫助你編碼和調試, 提到代碼清晰度.
Structure101(http://www.headwaysoftware.com/products/structure101/plugins/)
用來生成項目架構圖, 能夠幫助你調整代碼的結構.
文本編輯器類
AnyEdit Tools(http://andrei.gmxhome.de/anyedit/)
用來加強編輯器的上下文菜單的功能
Eclim
在eclipse中集成vim
Eclipse-rbe
資源文件編輯器
依賴管理類
Apache IvyDE
集成ivy.
M2eclipse (Maven Plugin)
集成maven
版本控制類
Subclipse
集成svn
EGit
集成git
MercurialEclipse
集成vcs
P4Eclipse
集成Perforce
框架類
Spring Tool Suite
spring集成開發環境
Spring IDE
偏向於spring bean的管理
Hibernator
hibernate相關
JbossTools
JBoss, Hibernate, Drools, XHTML, Seam 相關
其餘
ASM - Bytecode Outline plugin (http://download.forge.objectweb.org/eclipse-update/)
直接看截圖吧:1(http://andrei.gmxhome.de/bytecode/examples.html), 2(http://andrei.gmxhome.de/bytecode/debugging.html), 一圖勝萬言.
Mylyn
任務管理器, 能夠與jira等管理工具集成
Eclipse Launcher
用來對eclipse的啓動進行定製
FileSync
文件同步工具
Log4E
log4j日誌模板生成器html