eclipse常用插件

1. FindBugs: 找出代码中的低级错误
http://findbugs.cs.umd.edu/eclipse/

2. Checkstyle: 根据规则检查代码是否符合规范
http://eclipse-cs.sf.net/update/

3. maven插件:
http://download.eclipse.org/technology/m2e/releases

4. svn插件
http://subclipse.tigris.org/update_1.8.x/

5. Commons4E is an Eclipse plug-in for making using the Java components from Jakarta Commons more convenient.
http://www.jiayun.org/commons4e/updatesite31/

6. SourceHelper: 智能显示代码
http://www.hexapixel.com/update/site.xml

7. PMD: 静态分析代码错误
http://pmd.sourceforge.net/eclipse

8. vim:
http://vrapper.sourceforge.net/update-site/stable

9. yii插件:
http://yiiclipse.maziarz.org/updatesite/STABLE/

10. aspectj
http://download.eclipse.org/tools/ajdt/43/update
http://dist.springsource.org/release/AJDT/configurator/

你可能感兴趣的:(eclipse)