简体   繁体   English

带有 Java / JSP 和 CSS 代码提示和完成的编辑器

[英]Editor with Java / JSP and CSS Code Hinting & Completion

Im a Dreamweaver & Eclipse user.我是 Dreamweaver 和 Eclipse 用户。 Dreamweaver for HTML & CSS development & Eclipse for heavy Java development. Dreamweaver 用于 HTML 和 CSS 开发和 Eclipse 用于重型 ZD52387880E1EA22817A72D7 开发。 For JSP, Im currently using Dreamweaver.对于 JSP,我目前正在使用 Dreamweaver。 None of these tools would be used with a Web Server / Servlet Container.这些工具都不能与 Web 服务器/Servlet 容器一起使用。

I am looking for a Editor or Plugin that works in either Dreamweaver or Eclipse to to the following:我正在寻找适用于 Dreamweaver 或 Eclipse 的编辑器或插件到以下内容:

  1. Working with Java Code in JSP - needs to code hint / complete Java code within the <% %> block for the entire Java libraries / classes defined in my machine. Working with Java Code in JSP - needs to code hint / complete Java code within the <% %> block for the entire Java libraries / classes defined in my machine.

  2. It should also support HTML and CSS Code hinting / completion as well.它还应该支持 HTML 和 CSS 代码提示/完成。

My aim is to either use 1 Editor at a time with the highest efficiency.我的目标是以最高效率一次使用 1 个编辑器。 I Do not use any Tag libraries, just old school JSP calling Java codes.我不使用任何标签库,只是老式的 JSP 调用 Java 代码。

At the moment, my development relies on getting the code right in Eclipse (due to the good auto complete feature) and copy - paste the code to Dreamweaver and completing the HTML parts.目前,我的开发依赖于在 Eclipse 中正确获取代码(由于良好的自动完成功能)并将代码复制 - 粘贴到 Dreamweaver 并完成 HTML 部分。

I have no problems to buy an Editor with these features购买具有这些功能的编辑器我没有问题

Thanks for your time.谢谢你的时间。 Cheers.干杯。

Eclipse does provide HTML and CSS code hinting / completion. Eclipse 确实提供 HTML 和 CSS 代码提示/完成。 Have a look at Eclipse IDE for Java EE developers查看Eclipse IDE Java EE 开发人员

Eclipse EE is ok. Eclipse EE 没问题。 Just set the right project facet.只需设置正确的项目方面。

I'd recommend JetBrains' IntelliJ.我推荐 JetBrains 的 IntelliJ。 It's the best Java IDE on the market.它是市场上最好的 Java IDE。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM