站内搜索: 请输入搜索关键词

当前页面: 开发资料首页Eclipse 专题一些常用的Eclipse 3.0的插件

一些常用的Eclipse 3.0的插件

摘要: 一些常用的Eclipse 3.0的插件
1.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.Log4j 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/

补充:
1. Easy Struts支持Struts的插件 (0.64版只支持Eclipse2.X)
是开放源代码组织sourceforge.net上的一个项目,目前最新的版本是0.64,

http://sourceforge.net/project/showfiles.php?group_id=54542&package_id=49230
http://easystruts.sourceforge.net/

2.TomcatPlugin 支持Tomcat插件
http://www.sysdeo.com/eclipse/tomcatPlugin.html


↑返回目录
前一篇: Eclipse插件合集
后一篇: Websphere+Eclipse远程调试