开源/免费的 HTML5/CSS3/JavaScript IDE?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4298439/
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
Opensource/free HTML5/CSS3/JavaScript IDE?
提问by Edward83
What is the best open source/free HTML5/CSS3/JavaScript IDE?
什么是最好的开源/免费 HTML5/CSS3/JavaScript IDE?
Thank you!!!
谢谢!!!
回答by Florin Dumitrescu
Most of the time when I write code I am programming C# applications using Visual Studio, which is my favorite IDE. However, when it comes to Javascript VS is quite poor. It does not support collapse to definitions (AKA code folding in other IDEs / editors), does not support code outlining and also has a very primitive and most of the times useless autocomplete.
大多数情况下,当我编写代码时,我使用 Visual Studio 编写 C# 应用程序,这是我最喜欢的 IDE。但是,当谈到 Javascript VS 时,它就很差了。它不支持折叠到定义(在其他 IDE/编辑器中也称为代码折叠),不支持代码大纲,并且还具有非常原始且大多数时候无用的自动完成功能。
Because of that, at some point I have started to search alternative tools for JS programming and the best I came across was Aptana Studio. It also has support for HTML and CSS (as well as for some server side languages like Ruby, PHP, Phyton), but I have only used it for JS and that is an area where it shines. It has very good code outlining and one of the best autocomplete implementations I have ever seen for Javascript (even thought it is still improvable).
正因为如此,在某个时候我开始搜索 JS 编程的替代工具,我遇到的最好的是Aptana Studio。它还支持 HTML 和 CSS(以及一些服务器端语言,如 Ruby、PHP、Phyton),但我只将它用于 JS,这是它的一个亮点。它有非常好的代码概述和我见过的最好的 Javascript 自动完成实现之一(甚至认为它仍然可以改进)。
Aptana Studio is based Eclipse and is available as a plugin or as a full package version. On their site they are saying that the next version is going to totally independent from Eclipse, which would make it a lot more light weight and more performant. However, the current Beta version of Aptana Studio 3 is still based on Eclipse.
Aptana Studio 基于 Eclipse,可作为插件或完整包版本使用。在他们的网站上,他们说下一个版本将完全独立于 Eclipse,这将使其重量更轻,性能更高。但是,Aptana Studio 3 的当前 Beta 版本仍然基于 Eclipse。
You can find more on Aptana Studio 3 on the official page: http://aptana.com/products/studio3
您可以在官方页面上找到有关 Aptana Studio 3 的更多信息:http: //aptana.com/products/studio3
回答by ThiefMaster
回答by crnlx
回答by robertc
I use Komodo Edit. The latest version has code completion for HTML5 and CSS3, the JavaScript code completion can be adjusted depending on which JS libraries you use (eg. jQuery, prototype, YUI).
我使用Komodo Edit。最新版本有 HTML5 和 CSS3 的代码补全,JavaScript 代码补全可以根据您使用的 JS 库(例如 jQuery、prototype、YUI)进行调整。
回答by Marek Ka.
There is Sublime Text 2 http://www.sublimetext.com/2after few years with Aptana... I enjoy using it.
使用 Aptana 几年后,Sublime Text 2 http://www.sublimetext.com/2出现了……我喜欢使用它。