CSS插件:http://csseditor.sourceforge.net JS和AS插件:
http://sourceforge.net/projects/jseditor XML插件:
http://xmlbuddy.com 正则表达式测试插件:
http://brosinski.com/stephan/archives/000028.php XPath测试插件:http://www.purpletech.com/xpe/index.jsp
更多Eclipse插件:http://eclipse-plugins.2y.net/eclipse/index.jsp Eclipse安装后默认是不支持Unicode,要设置下: Goto: Window > Preferences > Workbench > Editors "Text file encoding"在下拉框中选择UTF-8 PS. Eclipse对中文支持很好。
Spring plugin:http://springframework.sourceforge....pse/updatesite/ Spring可是非常牛叉的框架啊。
C# plugin:http://www.improve-technologies.com...pdates/site.xml 可以在Eclipse中开发c#程序 代码折叠:
http://www.coffee-bytes.com/eclipse...e-site/site.xml 提供多种代码折叠风格
hibernate plugin:http://www.binamics.com/hibernatesync 以可视化的方式生成数据库配置文件,甚至可以根据数据库表格自动生成hbm映射文件,很爽
UML 2 plugin:这个只能下载下来安装了,
http://www.omondo.com/ http://blog.csdn.net/bromon/archive.../02/164084.aspx 回复:eclipse下如何进行JSP编程可以使用lomboz,文章还是挺多的,支持很多应用服务器,推荐使用2.1.3,2.1.2有点问题。还有一个支持Resin的插件(Resin for Eclipse),和lomboz一起使用,rfe用来配置服务器,lomboz用来支持Jsp。 也可以试一试SUN的NetBeans,现在有中文版,对jsp,servlet,xml等都有很好的支持。