eclipse插件大全(转自:http://www.iteye.com/topic/738998)

欢迎有好用插件的朋友推荐!

 

注:没有提示说明安装的,直接使用eclipse的自动更新安装方式,安装方式如下:




 

1.From the Help menu, select Install New Software... to open the Install New Software dialog.
2.Paste the URL for the update site into the Work With text box, and hit the Enter (or Return) key.
3.In the populated table below, check the box next to the name of the plug-in, and then click the Next button.
4.Click the Next button to go to the license page.
5.Choose the option to accept the terms of the license agreement, and click the Finish button.
6.You may need to restart Eclipse to continue.
 

 

1.	Aptana Studio

	描述:javascript,css,PyDev, RadRails,AIR 插件都支持

	版本:目前是有2.0.5 release,还有3.0beta版

	URL :http://download.aptana.com/tools/studio/plugin/install/studio

 

2. propertiesEdit:

	描述:在做国际化编辑一些简体中文、繁体中文等Unicode资源文件时,不再需要使用native2ascii编码,会自动的做好编码工作。

 	版本,支持eclipse3.x所有版本,日本sourceforge 项目

	URL : http://propedit.sourceforge.jp/eclipse/updates/

3.jadeclipse

	描述:是一个很好用的反编译插件

	版本,3.4.0

	URL:http://sourceforge.net/projects/jodeeclipse
	异曲同工之妙的JDEclipse安装URL:http://java.decompiler.free.fr/jd-eclipse/update

4.freemark

	描述:Eclipse下编辑Freemarker模板的插件,基本的功能就是语法着色

	版本:现在是jboss Freemarker

	URL:http://sourceforge.net/projects/freemarker-ide/files/ 

	安装方式:直接将文件解压后得到的文件放置于拷贝,../freemarker../../plugins/ 下的文件夹到,eclipse 的		plugins 文件夹下。

5.Groovy IDE

	描述:Groovy是和Java完美结合的脚本语言

	版本:groovy 2.0 for eclipse 3.6

	URL:http://dist.springsource.org/release/GRECLIPSE/e3.6/

------------------------第二次更新-----------------------------

6. FileSync

	描述:Eclipse的文件同步插件 

	版本:UPDATED 30.05.2010

	URL:http://andrei.gmxhome.de/eclipse/

7.jQueryWTP

	描述:Jquery 插件

	版本:

	URL:http://sourceforge.net/projects/jquerywtp/files/jquerywtp/jqueryWTP0.2forJQuery1.2.6.jar/

	安装:

•step1:download jqueryWTP_version.jar
•step2:find you Eclipse Plugin org.eclipse.wst.jsdt.core_version.jar,backup the plugin.
•step3:double click the jar file or run with command java -jar jqueryWTP.version.jar
•step4:on the opened swing UI,choose org.eclipse.wst.jsdt.core_version.jar,and output dir.
•step5:click generate button.
•step6:replace old org.eclipse.wst.jsdt.core_version.jar file with the generated file.
•step7: delete directory workspace/.metadata/.plugins/org.eclipse.wst.jsdt.core
•step8:start eclipse.
•step9:open a html file or a js file,edit js content.
•------------------------第三次更新-----------------------------
8.Regex Util 
	描述:正则表达式测试插件。它能够高亮显示正则表达式语法、括号匹配、错误检测。能够提醒正则表达式的功能详细描述等。 
	版本:1.2.4
	URL:http://regex-util.sourceforge.net/update/ 
	安装:1:下载完后,将com.ess.regexutil_1.2.4.jar包拷贝到eclipse或者myeclipse的plugins目录下,重启eclipse或者myeclispe,
	     2:在eclipse或者MyEclipse中选择window-->show view--other——Regex Util:打开视图
	     3:上面文本框输入正则表达式,下面框输入值,如果通过,在下面输入框中的值会被灰色背景选中。
9.EasyStruts
	描述:类似myeclipse 的Desktop toolbar ,打开文件所在的文件夹
	版本:1.0.4适用于eclipe3.x
	URL:http://sourceforge.net/projects/easystruts/ 
	安装:直接放置到plugins目录下
	使用: 在文件上右键\explore files 视图打开文件夹
------------------------第四次更新-----------------------------
10.Deployer

	描述:是一个利用SSH把文件部署到远程服务器中的Eclipse插件.它使用SFtp协议来传输文件. 作者开发Deployer的初衷是为了避免当程序修改时每次都要手工上传Jar文件到服务器中.

	版本:1.0.1

	URL:http://deployer.sourceforge.net/

	安装:将/plugins/下的文件复制到eclipse的plugins/目录下

------------------------第五次更新-----------------------------

11.TomcatPulgin

	描述:方便管理tomcat,以前也用过,但是个人觉得有点不稳定,所以一直没有推荐,楼下有朋友问能不恩那个推荐一个,这里补充一个,需要用的朋友依据个人情况选择。

	版本:3.2.1,支持eclipse3.x(不包含eclipse3.7)支持tomcat 3.3,4.0.x,4.1.x,5.x,6.x

	URL:http://www.eclipsetotale.com/tomcatPlugin/tomcatPluginV321.zip

	安装:解压之后直接放置到eclipse/plugins/目录下。重新启动eclipse

	配置:请参见:http://www.eclipsetotale.com/articles/tomcat/tomcatPluginDocFR.html 

		虽然以前版本的教程,但和现在版本的差不多。

		发布的有这样一个操作:选中projectName->右键->properties->tomcat->general->context name 输入自己的虚拟目录

	更正:eclipse3.6的版本,安装是不能防止在eclipse/plugins目录下,应该放置在eclipse/dropins/目录下!

------------------------第六次更新-----------------------------

12.Quickmarks plugin

	描述:代替Eclipse自带的bookemark的工具

	版本:支持eclipse2.1.x 和 eclipse 3.x

	URL:http://eclipse-tools.sourceforge.net/updates/

	功能:

		Ctrl+Alt+1(...9) Ctrl+Alt+1到9 添加bookmark 到标记1...9

		Alt-1(...9) 跳转到1....9的标签
		如果原来的标签存在将会删除原先的。

------------------------第七次更新-----------------------------

13.FindBugs

	描述:一个能静态分析源代码中可能会出现Bug的Eclipse插件工具

      版本:1.3.9

      URL:http://findbugs.cs.umd.edu/eclipse/

       使用:鼠标右键 > Find Bugs > Find Bugs执行

       缺点:对于注解形式的开发提示也是findbugs的警示错误等等

14.ExploreFS

	描述:这款超小的插件(6k)的目的是让你能够在本地的文件管理器打开包含被选中的文件的文件夹,来查看被选中的文件(译者注:有个类似的	      eclipse插件 easyexplorer)。它为包视图、资源视图和任何的查看文件或者class文件的视图里添加了右键菜单 "Explore in File System".	      特别的它能够找到包含.class文件的jar包,兼容 Windows, Mac OS X, and Linux 。

	URL:http://www.junginger.biz/eclipse/

      说明:从以上地址可以获得 其他连个插件RSS View和FreeMem 。

		[RSSView] is a news reader for RSS and Atom feeds designed to integrate into the Eclipse workspace.

		[FreeMem] is a graphical memory monitor that keeps track of the memory used by Eclipse's virtual machine.

------------------------第八次更新-----------------------------

15.Colorer Take 

	描述: 为上百种类型的文件按语法着色         

       URL:http://colorer.sf.net/eclipsecolorer/

------------------------第九次更新-----------------------------

15.ZK Studio

	描述:ZK Studio 是在 Eclipse 环境下开发 ZK(Ajax and mobile 富客户端web框架) 的编辑器!

	URL:http://studioupdate.zkoss.org/studio/update

	配置:参见http://www.iteye.com/topic/396506 和官方文档:http://docs.zkoss.org/wiki/QuickStart_Guide 

16.commonclipse

	描述:commonclipse是为jakarta commons-lang用户提供的eclipse 插件。它可以使用commons-lang生成器自动生成下列方法:toString(), hashCode(), equals(Object), compareTo(Object)。

	URL:http://sourceforge.net/projects/commonclipse/

	安装:eclipse3.5以钱的版本,安装放置在eclipse/plugins目录下,3.5以后的版本应该放置在eclipse/dropins/目录下!

----------------------------第十次更新------------------------------------------------

16.CAP

	描述:Code Analysis Plugin - CAP可以分析java程序的从属关系.它打开一个独立的透视图用不同的图表来显示分析结果.

	URL:http://cap.xore.de/update/

17.GotoFile

	描述:这个插件可以在Eclipse工作区中通过输入部分文件名就能够准确快速地搜索到相应的文件.支持Eclipse Version: 2.x, 3.x, WSAD.所用的License: Free LGPL.

     URL:http://www.muermann.org/gotofile/update

----------------------------第十一次更新------------------------------------------------

18.Eclipse 加速插件 KeepResident

	描述:在windows下改变eclipse的效率,占用资源问题:参见连接:http://suif.stanford.edu/pub/keepresident/screenshots.html

	下载地址:http://suif.stanford.edu/pub/keepresident/keepresident-0.2.zip

----------------------------第十二次更新------------------------------------------------

19.JDepend包依赖关系分析

	描述:包依赖项分析 支持eclipse 3.5-3.6

	URL:http://andrei.gmxhome.de/eclipse/

20.Eclemma

	描述:测试代码覆盖率

	URL:http://update.eclemma.org/

----------------------------第十三次更新------------------------------------------------

21.Metrics

	描述:复杂度监控

	URL:http://metrics.sourceforge.net/update

22.MoreUnit

	描述:MoreUnit是一个Eclipse的插件,为编写Java的单元测试提供了很多辅助的功能,提高了编写和管理Java单元测试(Junit或者TestNG)的效率。主要的功	能有以下几点 

		1.标志出哪些类是有单元测试支持的。 
		2.标志出那些方法是有单元测试支持的。 
		3.对类或者方法的名称进行重命名的时候会相应的重命名单元测试中的名称。 
		4.移动类的时候moreUnit会相应的移动单元测试类。 


		5.在工作类和测试类之间通过快捷方式实现(Ctrl+J)快速跳转,这个功能真是很方便	

	URL:http://moreunit.sourceforge.net/org.moreunit.updatesite/

----------------------------第十四次更新------------------------------------------------

23.Jetty 

	描述:Jetty有一个优点就是加载速度快,特别适合那些在开发过程没耐心等待容器缓慢加载的同学。在Eclipse中运行有若干个方法,我今天介绍的是通过Eclipse的Jetty插件来实现Jetty的启动。

	URL:http://run-jetty-run.googlecode.com/svn/trunk/updatesite

----------------------------第十五次更新------------------------------------------------

24.eclipse-color-theme

 

fly2never 写道
Eclipse Color Theme
http://marketplace.eclipse.org/content/eclipse-color-theme
----------------------------第十六次更新------------------------------------------------

25.QuickExplorer4Eclipse

ujjboy 写道
QuickExplorer4Eclipse 

类似 EasyStruts 和 myeclipse 的Desktop toolbar 

[img]http://www.howtimeflies.org/blog/wp-content/uploads/2011/07/1.png[/img]

具有两个功能:
1.选择文件时复制文件路径
2.选择文件时打开当前文件夹

这个怎么样 下载地址:
http://www.howtimeflies.org/blog/?p=300
http://www.howtimeflies.org/toolkit/QuickExplorer4Eclipse_1.0.0.rar
 26.rabbit

fly2never 写道
推荐一个插件 eclipse rabbit
Rabbit 是一个 Eclipse 的插件,它可以告诉你你花了多少时间在使用 Eclipse 的各种工具,编辑了哪些文件,花了多少时间等。

安装地址:http://rabbit-eclipse.googlecode.com/svn/site/updatesite


  • 0
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值