启用 Eclipse 的 JavaScript 支持

发布于 2024-09-01 11:55:35 字数 57 浏览 3 评论 0原文

如何在 eclipse pdt 中启用 javascript 支持。我已经安装了aptana。 谢谢

how do I enable javascript support in eclipse pdt. I have aptana installed.
thx

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

沦落红尘 2024-09-08 11:55:35

您可以安装 JavaScript 开发工具 (JSDT): http://www.eclipse.org/webtools/jsdt /

You can install JavaScript Development Tools (JSDT): http://www.eclipse.org/webtools/jsdt/

待"谢繁草 2024-09-08 11:55:35

除了其他答案之外,还有一些方法'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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文