启用 Eclipse 的 JavaScript 支持
如何在 eclipse pdt 中启用 javascript 支持。我已经安装了aptana。 谢谢
how do I enable javascript support in eclipse pdt. I have aptana installed.
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以安装 JavaScript 开发工具 (JSDT): http://www.eclipse.org/webtools/jsdt /
You can install JavaScript Development Tools (JSDT): http://www.eclipse.org/webtools/jsdt/
除了其他答案之外,还有一些方法'help' Eclipse with JS 使用 JsDoc。
一个例子是使用
@memberOf
来帮助勾勒大纲。还要添加 jshint eclipse 插件 以在 js 编辑器中显示 jsHint 检测到的问题。
In addition to the other answer there are ways to 'help' Eclipse with JS using JsDoc.
One example is using
@memberOf
to help the outline.Also add the jshint eclipse plugin to show problems detected by jsHint in the js editor.