`
desert3
  • 浏览: 2141466 次
  • 性别: Icon_minigender_1
  • 来自: 合肥
社区版块
存档分类
最新评论

Eclipse插件列表

    博客分类:
  • Tool
阅读更多
Eclipse Plugins:
1,Easy Explorer 从eclipse中访问选定文件、目录所在的文件夹
http://easystruts.sourceforge.net/eclipse/updates/site.xml
2,Jode 反编译
http://www.technoetic.com/eclipse/update/
3,Properties Editor 编辑java的属性文件,并可以自动存盘为Unicode格式 (propedit)
http://propedit.sourceforge.jp/eclipse/updates/
4,当追踪方法代码时,Eclipse默认是转到方法的接口类,而接口中是只有方法名称没有具体的实现代码,此插件提供了追踪到具体实现类的实现代码的功能。
http://eclipse-tools.sourceforge.net/updates/
5,WTP(Web Tools Platform) #开发JavaScript插件 http://download.eclipse.org/webtools/updates
6,jQueryWTP:http://sourceforge.net/projects/jquerywtp/files/jquerywtp/jquerywtp0.4/jqueryWTP0.3foCN.jar/download  ##开发jQuery插件
7,freemarker-ide
8,spring-ide
9,JSEclipse
10,Virtual WordWrap 让Eclipse中超长的行自动换行显示(实际代码并没有换行) http://ahtik.com/eclipse-update/
11,JD-Eclipse 反编译插件 http://java.decompiler.free.fr/jd-eclipse/update
也可以先下载Eclipse Update Site文件,然后在Install
12,http://findbugs.cs.umd.edu/eclipse find bug静态分析代码bug插件 http://www.vogella.de/articles/Findbugs/article.html
13,jrebel.jar 修改后台代码后,让Eclipse中tomcat服务器不用重启或者自动发布就可以直接使用
使用说明:1,双击Server 在打开的配置画面的Overview Tab页中点击【open launch configuration】,然后在弹出画面的【VM arguments】中加入
-noverify -javaagent:D:\Java\lib\jrebel.jar
-Drebel.spring_plugin=true

这里的是2.0版本 jrebel3.1才开始支持ibatis 3.6才支持使用spring template的ibaits
具体-D后面的参数名称,可以参考jar包中相应plugin包中的相应插件类:如IbatisPlugin
getId()方法返回的就是设置的参数
14,MAT(eclipse memory analyzer):强大的dump分析工具(dump文件可以通过jvisualvm的按钮或者jmap生成)

使用2.0版本时,Server配置页面中的Publish中要选中自动发布
使用3.6或者4.0版本时,
配置页面中的Publish中要选中不自动发布,
同时为项目生成rebel.xml并放到src目录,
jvm参数中增加${jrebel_args}
Window-》Preferences-》JRebel,选择使用的JRebel.jar
检查日志输出的license信息是否有效了

-Drebel.log=true jvm参数,输出jrebel日志

当一个Server中有多个应用的时候,有时候会导致应用之间访问出问题,这是把Jrebel去掉后就能正常使用

12,dbviewer 在Eclipse里面嵌入DB 客户端 http://www.ne.jp/asahi/zigen/home/plugin/dbviewer/
DBViewer是一个数据库管理插件。通过JDBC驱动支持各种类型数据库。支持数据库结构查看,生成 ValueObject,区分DDL差异,直接编 辑表格数据,支持Blob/Clob数据类型,增删改字段,增删约束,增删索引,高亮显示SQL语法,Content Assist,提供SQL模板,格式化SQL脚本,保存/打开/执行SQL脚本等。
13,pydev http://pydev.org/updates
14,subclipse http://subclipse.tigris.org/update(SVN插件)
http://subclipse.tigris.org/update_1.8.x(windows 64位使用)
参考:http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA,选择合适的版本
15,Fat Jar Eclipse Plug-in
16,maven2eclipse http://download.eclipse.org/technology/m2e/releases/

jQueryWTP使用说明
step1:download jqueryWTP_version.jar
step2:find you Eclipse Plugin org.eclipse.wst.javascript.ui_xxxxxxx.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.javascript.ui_xxxxxxx.jar,and output dir.
step5:click generate button.
step6:replace old org.eclipse.wst.javascript.ui_xxxxxxx.jar file with the generated file.
step7:restart eclipse.
step8:open a html file,edit js content.
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics