eclipse 常用插件集锦

一:反编译软件

由于现在JDK 的升级,所以不推荐使用jad,推荐大家使用jd-gui,附件中有下载地址

二:版本控制

1:Subclipse

http://subclipse.tigris.org/  大家可以根据自己版本进行下载

2:Git

http://www.eclipse.org/egit/  大家可以根据自己版本进行下载

三:easyexplore

打开文件所在的位置 

参考下载地址 http://download.csdn.net/detail/xiaofengtoo/6827581

四:tomcat

参考下载地址 http://download.csdn.net/detail/xiaofengtoo/6827581

五:Maven3.1

参考下载地址 http://download.csdn.net/detail/xiaofengtoo/6827581

六. spring开发利器 springsource-tool-suite

建议由eclpse 自带搜索安装,这样才符合版本

Help --> EclipseMarketplace 搜索spring

-----------------------------------未使用--------------------------------

一,代码检查

A、CheckStyle ( 编写规范检查 )

在线安装:http://eclipse-cs.sourceforge.net/update

B、Findbugs ( 臭虫检查 )

在线安装:http://findbugs.cs.umd.edu/eclipse

C、Pmd ( 代码优化 )

在线安装:http://pmd.sf.net/eclipse

D、Metrics ( 代码复杂度检查 )

在线安装:http://metrics.sourceforge.net/update

E、JDepend ( 依赖项检查 )

下载地址:http://clarkware.com/software/JDepend.html#download

二、工程构建

A、Apache IvyDE

在线安装:http://www.apache.org/dist/ant/ivyde/updatesite

B、Maven2

在线安装:

eclipse3.7:http://download.eclipse.org/releases/indigo

三、正则表达式测试 RegEx Tester

下载地址:http://brosinski.com/regex/

编写正则表达式的时候需要测试一下自己写的是否正确,这个插件集成到eclipse中帮助我们测试自己编写的正则表达式是否打到预期要求。很实用。

安装后从 Window > Show View > Other > RegEx Tester 中打开窗口

6. mybatis自动生成代码 MyBatis Generator

下载地址:http://mybatis.googlecode.com/svn/sub-projects/generator/trunk/eclipse/UpdateSite/

mybatis常用的有两款插件,一个是配置文件编辑插件mybatiseditor,这个插件主要功能是编辑文件,在eclipse官网上可以下载(http://marketplace.eclipse.org/content/mybatiseditor)不推荐使用;还有一个是就是上面介绍的这款插件,这个插件能够根据数据库连接配置自动生成mapper xml和接口等文件,极大的提高了开发效率。

安装及使用参见 http://maimode.iteye.com/blog/1539983

四、Eclipse XPath evaluation

熟悉 XPath 的童鞋都懂的,不用多说。之前一直是通过 Altova XMLSpy 这款软件使用 XPath,总体来说挺不错的。只是商业软件,使用破解版总感觉过意不去,所以自己动手在网上查找并安装了这款 Eclipse XPath evaluation 插件。

安装步骤:

1.在线安装,地址:http://eclipse-xpath-evaluation-plugin.googlecode.com/svn/trunk/eclipse-xpath-evaluation-plugin-update-site/

2.安装好之后重启 Eclipse,然后通过 window--show view--XPath 打开窗口,再打开一个XML文档,就可以使用 XPath 了。

缺点: 只能解析格式非常标准的文档。(好像所有的 XPath 工具都这样)

五:VJET JavaScript IDE

VJET JavaScript IDE 是一个Eclipse插件,提供了整套的Javascript开发环境:语法提示、自动补全、高亮、编辑纠错、debug等。

比起Aptana来,VJET更加轻量,速度也更快。

VJET目前支持的lib有:

Dojo 1.6

EcmaScript Ed. 5 api updates

HTML Canvas 2D API

jQuery 1.4

jQuery Mobile 1.0 Alpha 4.1 (Requires JQuery Type lib)

JSON

Node.js 0.4

主页:https://www.ebayopensource.org/index.php/VJET/HomePage

Eclipse Update URL:

http://www.ebayopensource.org/svn/vjet/tags/RELEASE/plugin/

猜你喜欢

转载自xiaofengtoo.iteye.com/blog/2010466