標籤:
原文: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日誌模板產生器
Java程式員25個必備的Eclipse外掛程式