在 Ubuntu 11.04 上用于 Javascript 的 IDE 是什么?

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

What IDE to use for Javascript on Ubuntu 11.04?

javascriptjqueryubuntuide

提问by Stephan

I used to develop/debug Javascript on Windows with Visual Studio. Now, I have started working on Ubuntu and I don't feel comfortable with the default editors offered (vim, gedit etc). Do you have any IDE to propose me ? (Paid license accepted, ideally with jQuery support).

我曾经使用 Visual Studio 在 Windows 上开发/调试 Javascript。现在,我已经开始在 Ubuntu 上工作,但我对提供的默认编辑器(vim、gedit 等)感到不舒服。你有任何 IDE 可以推荐给我吗?(接受付费许可,最好有 jQuery 支持)。

采纳答案by Jesus Ramos

There's Aptana which is a really good IDE based one but for practical purposes you can always use a lightweight editor such as Emacs, ViM, or even Gedit or nano if you want to keep it simple. For what you're looking for Aptana sounds best. As another person suggested Webstorm is also quite good (at least I've heard) the company I used to work for used it quite a bit and they loved it so that's worth a try although it is paid of course.

有 Aptana,它是一个非常好的基于 IDE 的,但出于实用目的,如果您想保持简单,您始终可以使用轻量级编辑器,例如 Emacs、ViM,甚至 Gedit 或 nano。对于您正在寻找的内容,Aptana 听起来最好。正如另一个人所建议的那样,Webstorm 也很不错(至少我听说过),我以前工作的公司经常使用它,他们很喜欢它,因此值得一试,尽管它当然是付费的。

回答by bravedick

Aptana, of course: http://www.aptana.com/Paid license: Webstorm: http://www.jetbrains.com/webstorm/

Aptana,当然:http: //www.aptana.com/付费许可:Webstorm:http: //www.jetbrains.com/webstorm/

回答by sh00le

Well, I would say Netbeans, it's free and has good autocomplete for jQuery (and YUI). Also, on autocomplete you can see supported browsers for selected methods.

好吧,我想说Netbeans,它是免费的,并且对 jQuery(和 YUI)有很好的自动完成功能。此外,在自动完成时,您可以看到所选方法支持的浏览器。

回答by BZ1

Use the Eclipse for JavaScript editor. Use it with the colorer plugin(enable the Colorer editor).

使用Eclipse for JavaScript 编辑器。将它与colorer插件一起使用(启用Colorer编辑器)。