What is the best open source/free HTML5/CSS3/JavaScript IDE?
Thank you!!!
The HTML IDE is a piece of software that is used to create HTML code and is where programmers write their source code. More than 90% of all websites use HTML, so you'll need to learn an HTML IDE or editor in order to work with them.
First up is Microsoft's IDE, Visual Studio. This platform is only available for Windows and Mac. It also provides support for Python, PHP, JavaScript, HTML, CSS, and many other languages. Visual Studio has all the IDE basics, including remote debugging.
An IDE is preferred over code editors due to the ability to debug code as well as providing support for ALM (Application Lifecycle Management) systems. Nonetheless, the difference between source code editors and IDEs has blurred in modern times. You can also check JavaScript build tools.
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.
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).
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.
You can find more on Aptana Studio 3 on the official page: http://aptana.com/products/studio3
(G)Vim of course. While it might look spartanic at first, it's extremely powerful once you've become familiar with the way it works.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With