当前位置: 代码迷 >> Eclipse >> 小弟我的eclipse插件推荐
  详细解决方案

小弟我的eclipse插件推荐

热度:103   发布时间:2016-04-23 02:13:31.0
我的eclipse插件推荐

1. ER图工具

ERMaster -?http://ermaster.sourceforge.net/update-site/

优点:可根据数据库生成ER图。支持生成转换成PNG,JavaDOC,Excel等格式。并且界面美观。
缺点:数据库支持不完整。目前在MySQL下较为完美。

2.Properties Editor?


Properties Edit -?http://propedit.sourceforge.jp/eclipse/updates/

一个很不错的Properties文件编辑器。

选择安装参考如下:
? Properties Editor 5.3.5 jp.gr.java_conf.ussiy.app.propedit.feature.group
? PropertiesEditor_Asian_NLS 0.1.0 jp.gr.java_conf.ussiy.app.propedit.nl.feature.group
? PropertiesHyperlink 1.0.3 jp.gr.java_conf.ussiy.app.propedit.hyperlink.feature.group

3.Start Explorer


StartExplorer -?http://startexplorer.sourceforge.net/update/

将当前文件在Windows Explorer中打开(Windows only)

3.1?Easy Explorer?

Easy Explorer?-?http://easystruts.sourceforge.net/eclipse/updates/site.xml

StartExplorer作用一样,没StartExplorer功能多,也能实现把文件在Windows Exporer打开,更简单。同样是Windows Only。

3.2 openextern

http://code.google.com/p/openextern/

openextern?-?http://openextern.googlecode.com/svn/trunk/openextern_update/

Linux下的Easy Explorer,不仅可以打开folder,还可以直接打开shell。

4.moreUnit

moreUnit - http://moreunit.sourceforge.net/update-site/

自动生成测试类、测试方法,在原方法和对应的测试方法间快速跳转。实用的小功能~?
默认会占用快捷键 Ctrl+U 和 Ctrl+J,可手动修改。

5.Subversive

Subversive -?http://marketplace.eclipse.org/content/subversive-svn-team-provider

推荐使用的SVN插件,比subclipse好用。

在market下载,详细可参考?http://www.eclipse.org/subversive/downloads.php

图标显示不了请根据以下步骤开启
windows ->preferences->General->Appearance->Lable Decorations 勾选

6.EGit


http://marketplace.eclipse.org/content/egit-git-team-provider

Git插件。

7.UMLet


UMLet - UML Tool for Fast UML Diagrams

http://marketplace.eclipse.org/content/umlet-uml-tool-fast-uml-diagrams

8.JBoss Tools

目前最主要使用 hibernate tools,另外的还有一些MyEclipse常见顶HTML,XML等预览rich editor功能。

http://marketplace.eclipse.org/content/jboss-tools-indigo

详细见?http://www.jboss.org/tools/download/dev.html

9.maven


主页:?http://eclipse.org/m2e/download/

10.jQuery WTP


支持jQuery的WTP插件,并且分别提供带有中文,日文,英文三种DOC提示。

主页:?http://www.langtags.com/jquerywtp/
安装方法:http://www.langtags.com/jquerywtp/?page_id=4

Installations

  • 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.

我下载中文包:http://jquerywtp.eclipselabs.org.codespot.com/files/jqueryWTP1.20foCN.jar

11.Eclipse Color Theme


eclipse颜色换肤插件

主页:?http://marketplace.eclipse.org/content/eclipse-color-theme

12.AnyEdit


强化编辑器的利器,支持把文本在Base64,Unicode和HTML字符编码之间的互换。和其他增强compare功能。

主页:?http://marketplace.eclipse.org/content/anyedit-tools

13.checkstyle plug-in


代码规范检测利器。

主页:http://marketplace.eclipse.org/content/checkstyle-plug
1 楼 1927105 2011-07-03  
基本上都全了。
  相关解决方案