当前位置: 代码迷 >> Eclipse >> 惯用的Eclipse 3.0插件
  详细解决方案

惯用的Eclipse 3.0插件

热度:29   发布时间:2016-04-23 01:07:20.0
常用的Eclipse 3.0插件

【Eclipse资料】]常用的Eclipse 3.0插件(转)

1.MyEclipse? J2EE开发插件,支持SERVLET/JSP/EJB/数据库操纵等
www.myeclipseide.com
?
2.Properties Editor? 编辑java的属性文件,并可以自动存盘为Unicode格式
http://propedit.sourceforge.jp/index_en.html
?
3.Colorer Take? 为上百种类型的文件按语法着色
http://colorer.sourceforge.net/
?
4.XMLBuddy 编辑xml文件
www.xmlbuddy.com
?
5.Code Folding? 加入多种代码折叠功能(比eclipse自带的更多)
http://www.coffee-bytes.com/servlet/PlatformSupport
?
6.Easy Explorer? 从eclipse中访问选定文件、目录所在的文件夹
http://easystruts.sourceforge.net/
?
7.Fat Jar 打包插件,可以方便的完成各种打包任务,可以包含外部的包等
http://fjep.sourceforge.net/
?
8.RegEx Test 测试正则表达式
http://brosinski.com/stephan/archives/000028.php
?
9.JasperAssistant 报表插件(强,要钱的)
http://www.jasperassistant.com/
?
10.Jigloo GUI Builder JAVA的GUI编辑插件
http://cloudgarden.com/jigloo/
?
11.Profiler 性能跟踪、测量工具,能跟踪、测量BS程序
http://sourceforge.net/projects/eclipsecolorer/
?
12.AdvanQas 提供对if/else等条件语句的提示和快捷帮助(自动更改结构等)
http://eclipsecolorer.sourceforge.net/advanqas/index.html
?
13.Log4E???? Log4j插件,提供各种和Log4j相关的任务,如为方法、类添加一个logger等
http://log4e.jayefem.de/index.php/Main_Page
?
14.VSSPlugin VSS插件
http://sourceforge.net/projects/vssplugin
?
15.Implementors?? 提供跳转到一个方法的实现类,而不是接中的功能(实用!)
http://eclipse-tools.sourceforge.net/implementors/
?
16.Call Hierarchy 显示一个方法的调用层次(被哪些方法调,调了哪些方法)
http://eclipse-tools.sourceforge.net/call-hierarchy/index.html
?
17.EclipseTidy 检查和格式化HTML/XML文件
http://eclipsetidy.sourceforge.net/
?
18.Checkclipse 检查代码的风格、写法是否符合规范
http://www.mvmsoft.de/content/plugins/checkclipse/checkclipse.htm
?
19.Hibernate Synchronizer Hibernate插件,自动映射等
http://www.binamics.com/hibernatesync/
?
20.VeloEclipse? Velocity插件
http://propsorter.sourceforge.net/
?
21.EditorList?? 方便的列出所有打开的Editor
http://editorlist.sourceforge.net/
?
22.MemoryManager 内存占用率的监视
http://cloudgarden.com/memorymanager/
?
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

plug-in网址:

http://www.eclipse-plugins.info/eclipse/index.jsp

http://www.eclipse-workbench.com/jsp/

http://eclipse-plugins.2y.net/eclipse/index.jsp (非常非常著名的插件更新网站)

http://www.crionics.com/products/opensource/eclipse/eclipse.jsp (分类清楚)

http://www.eclipseplugincentral.com/

Preferences无法显示新安装的插件的解决办法

删除C:\eclipse\configuration\org.eclipse.update下的platform.xml文件,重新启动Eclipse

  相关解决方案