您可以为 IntelliJ IDEA 推荐免费的 javascript 插件吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5913680/
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
Can you suggest free javascript plugin for IntelliJ IDEA?
提问by Rinat Tainov
Downloaded IntelliJ IDEA Community Edition, realized that it has no JavaScript Support and Debugger.
下载了IntelliJ IDEA社区版,发现没有JavaScript支持和Debugger。
Any suggestions for good free plugin?
有什么好的免费插件推荐吗?
采纳答案by GKelly
It's not a plugin, but you could try the WebStorm IDE from the same guys.
它不是插件,但您可以尝试来自同一个人的 WebStorm IDE。
There's a free trial version (30 days, I think), but it's only 29 at the moment for a personal license (as of May 2011, I don't know the dollar price the website detects where you are and only gives prices for your country of residence).
有一个免费试用版(我认为是 30 天),但目前个人许可证只有 29 天(截至 2011 年 5 月,我不知道网站检测到您所在位置的美元价格,只提供您的价格居住国家)。
回答by fiberair
Just in case, I found Netbeansmore productive than Eclipse/IntelliJ (CE) at least for web/UI/jQuery. Its amazing inline compilation of JavaScript helped much in shooting the bug at development time rather than testing in browser and not to forget amazing intellisense for jQuery functions.
以防万一,我发现Netbeans至少在 web/UI/jQuery 方面比 Eclipse/IntelliJ (CE) 更有效率。其惊人的 JavaScript 内联编译有助于在开发时解决错误而不是在浏览器中进行测试,并且不要忘记 jQuery 函数的惊人智能感知。
回答by Sly1024
IntelliJ 11 does support JS debugging with Chrome (maybe Firefox too), but only the ultimate edition.
IntelliJ 11 确实支持使用 Chrome(也可能是 Firefox)进行 JS 调试,但仅支持终极版.
But it's not just the debugging. It offers code completion (for libraries too), reformatting the code according to the specified coding style, etc.
但这不仅仅是调试。它提供代码完成(也适用于库),根据指定的编码风格重新格式化代码等。
回答by Abhishek Divekar
For what it's worth, SonarLint seems to be decent for the new IntelliJ Community Edition (with Java8)
就其价值而言,SonarLint 似乎适合新的 IntelliJ 社区版(使用 Java8)