While TextMate ranked high on my list a few years ago, its capabilities haven’t really kept up with new developments.
Sublime Text and Visual Studio Code are tops among JavaScript editors-Sublime Text for its speed as much as its convenient editing features, and Visual Studio Code for even better features and speed that is almost as good. Many of the editors we discuss here support at least one version control system, often Git, so that criterion is less of a differentiator between IDEs and editors than it used to be. The essential difference between editors and IDEs is that IDEs can debug and sometimes profile your code, and IDEs have support for application lifecycle management (ALM) systems.
Why use an editor for JavaScript programming instead of an IDE? In a word: speed. In this article, I discuss 10 text editors with good support for developing with JavaScript, HTML5, and CSS, and for documenting with Markdown.
JavaScript programmers have many good tools to choose from-almost too many to keep track of.