jQuery 代码提示和语法高亮
当我们使用 Java 编程语言时,Netbeans 和 Eclipse 等 IDE 为代码提示和语法突出显示等提供了出色的支持。但是在进行 jQuery 编码时(在 Java 项目中)如何获得相同的支持呢?
When we work with Java programming language, IDEs like Netbeans and Eclipse give excellent support for code hinting and syntax highlighting ect. But how to get the same support when doing jQuery coding (in a Java project)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
例如,您可以使用 aptana 。它可以作为eclipse的插件安装,并支持各种Javascript框架。
You can use aptana for example. it can be installed as a plugin for eclipse and support various Javascript frameworks.
Amateras HTML 编辑器插件 适用于 eclipse。
只需下载插件,将 jar 文件放在 ECLIPSE_HOME/dropins 中即可。
从项目的属性窗口(项目 -> 属性)添加 JQuery 或任何 JS 库
请参阅图片
Amateras HTML Editor Plugin for eclipse.
Just download the plugin, put the jar file in ECLIPSE_HOME/dropins.
Add JQuery or any JS libraries from Project's properties window (Project -> Properties)
see the image