免费的 Javascript+Jquery IDE ?像 - 智能感知等功能
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9696357/
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
Free Javascript+Jquery IDE ? Features like - intellisense etc
提问by DHRUV BANSAL
I am looking for JavaScript IDE that is good and free. I have read many post of stackoverflow itself, asking same question but most of the tools suggested are paid. eg. https://stackoverflow.com/questions/209126/good-javascript-ide-with-jquery-support
我正在寻找好的和免费的 JavaScript IDE。我已经阅读了许多关于 stackoverflow 的帖子,问了同样的问题,但建议的大多数工具都是付费的。例如。https://stackoverflow.com/questions/209126/good-javascript-ide-with-jquery-support
But I am looking specifically and free IDE.
但我正在寻找专门的免费 IDE。
回答by Ryan P
I use Eclipse for all my non-.NET coding. Mostly PHP/JS/jQuery and XUL/JS. It doesn't have autocompletion for jQuery though. Many people recommend Aptana since it does have jQuery support, however overall Aptana performed far slower and was buggy, so I just use plain Eclipse, but YMMV.
我将 Eclipse 用于所有非 .NET 编码。主要是 PHP/JS/jQuery 和 XUL/JS。虽然它没有 jQuery 的自动完成功能。许多人推荐 Aptana,因为它确实支持 jQuery,但总体而言 Aptana 的执行速度要慢得多并且有问题,所以我只使用普通的 Eclipse,但 YMMV。
Eclipse: http://www.eclipse.orgAptana: http://www.aptana.com
Eclipse:http: //www.eclipse.orgAptana:http: //www.aptana.com
EDIT: There are plugins that may add jQuery support to Eclipse. Here's one: http://marketplace.eclipse.org/node/58952I last searched for one about a year ago and didn't find any, but I might try installing this one at work tomorrow...
编辑:有些插件可能会向 Eclipse 添加 jQuery 支持。这是一个:http: //marketplace.eclipse.org/node/58952大约一年前我上次搜索过一个但没有找到,但我明天可能会尝试在工作中安装这个......
回答by lucorlis
I had a similar issue not very long ago. While I personally now chose the not-very-expensive Jetbrains' Webstorm (http://www.jetbrains.com/webstorm/), another VERY close contender was the Aptana, and Komodo Edit - as I was initially looking for a free IDE/Editor as well. I sometimes still use Komodo Edit for some rather tiny and quick things.
不久前我遇到了类似的问题。虽然我个人现在选择了不太昂贵的 Jetbrains 的 Webstorm (http://www.jetbrains.com/webstorm/),但另一个非常接近的竞争者是 Aptana 和 Komodo Edit——因为我最初正在寻找一个免费的 IDE /编辑器也是。我有时仍然使用 Komodo Edit 来处理一些相当小的和快速的事情。
回答by defau1t
回答by Joseph
For the beginner, Aptana Studio 3is my suggestion. Basically it's Eclipse focused to the web. And since it's eclipse-based, eclipse plugins will work on it also. It has auto-complete support for HTML5, CSS3, JS, PHP and many others i don't use.
对于初学者,我的建议是Aptana Studio 3。基本上它是 Eclipse 专注于网络。由于它是基于 eclipse 的,因此 eclipse 插件也可以处理它。它具有对 HTML5、CSS3、JS、PHP 和许多其他我不使用的自动完成支持。
For speed, i suggest Notepad++with it's Explorer plugin and BeSpin Theme (for a similar feel to Aptana).
为了速度,我建议使用Notepad++及其资源管理器插件和 BeSpin 主题(与 Aptana 类似)。
All of which don't have jQuery autocomplete though but you can have a quick look-up using jQuery's dynamic API Browser(Also available as an AIR app)
尽管所有这些都没有 jQuery 自动完成功能,但您可以使用jQuery 的动态 API 浏览器(也可作为 AIR 应用程序提供)进行快速查找
回答by HTML Man
Eclipse IDE for JavaScript Web Developers is free, and will help you.
Eclipse IDE for JavaScript Web Developers 是免费的,可以为您提供帮助。
回答by Jeevan
Sublime text editor with jquery plug-in for sublimeis all that is required
带有用于 sublime 的 jquery 插件的Sublime 文本编辑器就是所需要的
Follow these steps if you are manually installing the plug-in
如果您手动安装插件,请按照以下步骤操作
After you have installed sublime text editor
安装 sublime 文本编辑器后
- Create a jQuery folder (in 'Packages' folder)
- copy the snippets to this folder
- auto-completion would work in any .js file
- 创建一个 jQuery 文件夹(在“包”文件夹中)
- 将片段复制到此文件夹
- 自动完成功能适用于任何 .js 文件