如何在 Eclipse 中安装最新版本的 JavaScript 开发工具?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/12387567/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 21:18:57  来源:igfitidea点击:

How to install the latest version of JavaScript Development Tools in Eclipse?

eclipseeclipse-pluginjsdt

提问by gvlasov

On http://www.eclipse.org/webtools/jsdt/it says that the most recent version is 3.4. My Eclipse version is 4.2 Juno.

http://www.eclipse.org/webtools/jsdt/ 上,它说最新版本是 3.4。我的 Eclipse 版本是 4.2 Juno。

In Help → Install new software...when I search for it I only get the 1.4 JSDT. I've got the following software sites enabled:

帮助 → 安装新软件...当我搜索它时,我只得到 1.4 JSDT。我启用了以下软件站点:

Juno    http://download.eclipse.org/releases/juno   Enabled
Mylyn for Eclipse Juno  http://download.eclipse.org/mylyn/releases/juno Enabled
The Eclipse Project Updates http://download.eclipse.org/eclipse/updates/4.2 Enabled

So how do I install the 3.4 JSDT?

那么如何安装 3.4 JSDT?

采纳答案by Checkoff

JSDT was only released under Web Tools Platform (WTP) version 3.4, this doesn't mean that the version of the JSDT itself has version 3.4 too.

JSDT 仅在 Web Tools Platform (WTP) 3.4 版下发布,这并不意味着 JSDT 本身的版本也有 3.4 版。

You could probably update your WTP Version to 3.4. The repository could also be found under http://download.eclipse.org/webtools/repository/juno

您可能可以将 WTP 版本更新为 3.4。存储库也可以在http://download.eclipse.org/webtools/repository/juno下找到

回答by James Drinkard

This is an old post, but I just installed Luna and it's installed. Here is what I found: from the Eclipse Wiki

这是一篇旧帖子,但我刚刚安装了 Luna 并已安装。这是我的发现:来自Eclipse Wiki

JSDT is included with WTP 3.0 and above.

JSDT 包含在 WTP 3.0 及更高版本中。

To verify from Eclipse. Go to the file menu, select Help - About Eclipse - Installation Details the Plugins Tab and it's listed there.

从 Eclipse 进行验证。转到文件菜单,选择帮助 - 关于 Eclipse - 安装详细信息插件选项卡,它列在那里。