`
xiaofengtoo
  • 浏览: 484939 次
  • 性别: Icon_minigender_1
  • 来自: xiamen
社区版块
存档分类
最新评论

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/

分享到:
评论

相关推荐

    eclipse 常用插件

    eclipse 常用插件 整理 eclipse 常用插件 整理 eclipse 常用插件 整理

    eclipse常用插件pluging

    eclipse常用插件plugingeclipse常用插件plugingeclipse常用插件pluging

    eclipse常用插件汇总(最新)

    收集了eclipse常用的6个小插件,包括js(extjs插件), HibernateSynchronizer(自动生成hibernate配置文件插件), hiberclipse(一个Eclipse插件,可以用来从一个数据库连接中生成Hibernate映射文件并提供一个与Hibernate...

    Eclipse常用插件

    Eclipse常用插件 htm http://whitewolf.0fees.net

    eclipse常用插件 备齐了

    eclipse常用插件 备齐了 Subclipse 全屏显示 easyExplore

    eclipse常用插件汇总(最新)续

    在上次eclipse常用插件汇总(最新)(http://download.csdn.net/source/1425689)6个基础上再加2个非常有用插件:ResourceBundleEditor EasyExplorer 1.ResourceBundleEditor 资源文件编辑器 eclipse的资源文件编辑插件 ...

    Eclipse常用插件下载网址

    Eclipse常用插件有: 0.lomboz J2EE插件,开发JSP,EJB 1.MyEclipse J2EE开发插件,支持SERVLET/JSP/EJB/数据库操纵等 2.Properties Editor 编辑java的属性文件,并可以自动存盘为Unicode格式 3....

    eclipse常用的插件

    一些常用的eclipse的插件,自己说藏的

    Eclipse常用插件汇总

    收集了eclipse常用的6个小插件,包括js(extjs插件), HibernateSynchronizer(自动生成hibernate配置文件插件), hiberclipse(一个Eclipse插件,可以用来从一个数据库连接中生成Hibernate映射文件并提供一个与Hibernate...

    eclipse UML 插件

    eclipse的UML插件,生成类文件的UML图,很实用。

    Eclipse常用快捷键+插件大全.rar

    Eclipse常用快捷键+插件大全.rar 非常详细的解说

    Eclipse常用的插件包

    Eclipse常用的插件包:tomcatPluginV33、OpenExplorer_1.5.0.v201108051513、org.apache.ivyde.eclipse-incubating_1.3.0-SNAPSHOT、edu.umd.cs.findbugs.plugin.eclipse_2.0.3.20131105-14951、eclipse-maven3-...

    Eclipse从入门到精通 常用插件扩展点

    Eclipse从入门到精通-第十八章 常用插件扩展点

    eclipse常用插件

    博文链接:https://limaofa.iteye.com/blog/221326

    eclipse常用插件更新地址

    NULL 博文链接:https://fengyie007.iteye.com/blog/514115

Global site tag (gtag.js) - Google Analytics