Eclipse 中的 JavaScript 语法检查

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2375122/
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-19 14:28:59  来源:igfitidea点击:

JavaScript syntax check in eclipse

javascripteclipseidesyntax-checking

提问by flybywire

I am developing a RIA application with JavaScript in Eclipse. How can I enable JavaScript syntax check in eclipse?

我正在 Eclipse 中使用 JavaScript 开发 RIA 应用程序。如何在 Eclipse 中启用 JavaScript 语法检查?

采纳答案by Zef Hemel

Both the Web Tools Platform (WTP)and Aptanaoffer a quite good JavaScript editor with syntax checking. I use the later myself.

无论是Web工具平台(WTP)集锦提供与语法检查一个相当不错的JavaScript编辑器。我自己用的是后者。

回答by Li0liQ

Have you looked at JSEclipseor JavaScript Editor PlugIn for Eclipse?
If you are developing using ExtJS you can get even intellisense along with syntax check using spket.

你看过JSEclipseJavaScript Editor PlugIn for Eclipse吗?
如果您使用 ExtJS 进行开发,您甚至可以使用spket获得智能感知和语法检查。