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
JavaScript syntax check in eclipse
提问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.
你看过JSEclipse或JavaScript Editor PlugIn for Eclipse吗?
如果您使用 ExtJS 进行开发,您甚至可以使用spket获得智能感知和语法检查。