Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Which JavaScript editor is good? I need IntelliSense support for custom JavaScript code as well. If it supports debugging that would be a great value, and of course I need it.

I searched too much on the Internet and found a few, but they did not work for me.

Can you please suggest a good JavaScript editor?

share|improve this question
7  
Which "few" did you find? – Milan Babuškov May 29 '09 at 9:57

closed as not constructive by Bill the Lizard Feb 29 '12 at 2:49

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

16 Answers

up vote 38 down vote accepted

Visual Studio 2008 is far from perfect for editing JavaScript code, but it is OK, especially with the JavaScript IntelliSense hotfix.

Visual Studio 2010 is supposed to have even better JavaScript IntelliSense, but I haven't tried this myself yet. You could take a look at the public beta.

Regarding debugging: Firebug solves that part almost perfectly. It's not integrated with the IDE, but apart from that there is very little I could criticize about it. It also does quite a few other things apart from JavaScript debugging, so it is a must-have for Ajax developers anyway.

Edit: It's been a while since I wrote this... Now I have also installed the JSLint Visual Studio 2010 plugin. It adds very strict, yet flexible static checking of your scripts and is definitely recommended. Also, the new ReSharper 6 preview comes with some JavaScript IntelliSense and refactoring.

share|improve this answer
26  
+1 for Firebug, it's very good at what it does. – Andrzej Doyle May 29 '09 at 10:23
10  
Come on, Visual Studio sucks as a JavaScript IDE. Microsoft's tactics is keeping .NET devs in the dark and telling them "look how great JavaScript support is inside Visual Studio", but it takes a little "research" to find out that competition (also freeware) actually is light years ahead. – Piotr Owsiak May 25 '11 at 10:03
3  
It is unfortunate, but Microsoft is not taking JavaScript seriously. – Piotr Owsiak May 25 '11 at 11:10
2  
Here's a fresh blog post illustrating some of the things that JetBrains ReSharper 6 brings to the table for JavaScript/jQuery development in Visual Studio. – gorohoroh May 29 '11 at 10:55
2  
@AdrianGrigore: When I disagreed, I was using VS 2010 SP1. I agree with your disagreement of my disagreement. – kerem Oct 5 '12 at 14:58
show 7 more comments

WebStorm by JetBrains has some serious JavaScript parsing and refactoring muscle.

I've tried Coda, TextMate, Expresso, BBEdit, and Komodo. Except WebStorm, BBEdit and Komodo were the only ones that were able to figure out autocompletion reliably, however, both have no refactoring facilities at all. The rest were pretty much "dumb" editors and could offer no help, no completion and no refactoring. Only WebStorm could do symbol highlighting.

NetBeans is worth a separate mention. It is on par with WebStorm in terms of parsing muscle and refactoring, but it doesn't have a project type for creating HTML and JavaScript projects. You can add your src folder to "Favorites" without creating a new project, and it will work fine. However, between the two, WebStorm is clearly a more focused and complete product for web developers.

Also, WebStorm seems to be the latest entry and already it runs circles around the competition. I think JetBrains took their IntelliJ IDEA Java IDE and stripped pieces off it to make it a web developer's IDE. As the result, the product feels lightweight yet mysteriously powerful.

share|improve this answer
Thanks for the heads up on WebStorm, checking it out now for couchDB app editing (just javascript/html). I've been using Netbeans but find it lacking. – Mark Essel Sep 30 '10 at 16:14
I've been going back and forth between WebStorm (at the moment the PhpStorm variant) and Netbeans. Right now, Storm feels faster and annoys me less; and isn't that all that matters in the end =). I'm using one of the Storm 2.0 builds that you can get through the EAP here: confluence.jetbrains.net/display/WI/Web+IDE+EAP – Nick Oct 2 '10 at 19:09
9  
Another, and final, update! I've since switched over to Vim -- eight months and counting. Yes, a full 180. I gave up, or rather gave in. I wanted to be done with this for the rest of my carrier. Every other week there is a new hammer (IDE) made by a new hammer making company (you name it) for a new type of nail (language). I'm taking Vim and crafting my own freaking hammer, one that fits my hand(s). Seasons change, presidents come and go, civilizations rise and set, and Vim? Vim remains a constant. – Nick Sep 9 '11 at 4:58
@Nick, +1 for vim!! I was wondering if there is at least one non-windows user here ;) , Dunno abt Mac but I will be surprised if any Linux/Unix/BSD users ever ask about editor (except its vim vs emacs Q) – 0xc0de Apr 10 '12 at 14:58
2  
@Nick, isn't Vim an enhancement of vi? I'm just saying, "Civilations rise and set, and Vim?....", well, it just changes from vi. :P – LWoodyiii Sep 13 '12 at 14:38
show 1 more comment

(This is a cross-answer post)

NetBeans

I've tried out all of the other suggestions and my vote goes for NetBeans, which has been mentioned. However the answer didn't really sell you on the features which you can find in NetBeans Wiki, JavaScript.

It has:

  • IntelliSense, including jQuery built in
  • Extended (Eclipse-style) documentation for functions
  • Function and field outlining
  • Code folding
  • Refactoring

It makes Visual Studio 2010's JavaScript support look very primitive.

Netbeans

share|improve this answer

Aptana Studio seems like a good one. I only downloaded it two days ago, but it covers JavaScript, PHP, and much much more. Also, when you're creating a project it gives you an option to include JavaScript libraries like jQuery, YUI, etc.!

AFAIK, it offers IntelliSense and debugging for all the languages it supports.

There is a community edition which is free and also a professional version. I am currently using the free community edition and am liking it a lot!

share|improve this answer
Do you have intellisense support for your custom javascript ? – this. __curious_geek May 29 '09 at 10:03
If the script is contained in the same file as what you are editing yes, if it is included using a <script src=..... then no. I don't know if this is an option that can be turned on yet as I haven't explored all the options yet as I have only been using the app for 2 days. – OneSHOT May 29 '09 at 10:14
7  
There's a little box in the upper-left hand corner called "profile." Dragging any script up there will add it to your code-complete/intellisense profile. So, yes, it does. – ajm May 29 '09 at 13:39
4  
Biggest problem I have with Aptana is that the performance suffers greatly with large files. I have a script a few thousand lines long and it's horrible. Otherwise I love the editor. – MK_Dev Aug 21 '09 at 21:33
1  
They didn't know that scripts being included weren't autocompleted, apparently. I filed a bug for it and it got accepted. It's currently set to be fixed by v3.1 – skerit May 8 '11 at 14:01
show 3 more comments

I have really had good experiences with NetBeans. It can usually figure out most methods of writing JavaScript, with the exception of the closure method. For most JavaScript frameworks, it also supports code completion, and even for some custom libraries if you use the JSDoc inline documentation format.

share|improve this answer
+1 for netbeans. I'd +1 you one more for mentioning docblock integration. It works well in eclipse, too. – Dagg Nabbit Jul 21 '10 at 4:07

I liked WebStorm. It is friendly and powerful and prompts you for the parameters required for functions, has a spellchecker which I appreciate because sometimes while programming I tend to ignore spelling.

It links up with the HTML pretty well. I recommend it if you are building a website with HTML, CSS and JavaScript.

share|improve this answer

NetBeans is really not a perfect JavaScript editor.

I am sure the best is Visual studio 2010 for final, non-framework, users.

As for framework providers, Aptana is a good choice, for their better outline function than Visual Studio 2010.

I think Visual Studio 2010 has best IntelliSense experience, Dreamweaver is following it closely.

share|improve this answer

I use Visual Studio 2010, but you can't take advantage of it if you use advanced JavaScript. For example, if you declare a function like

var myFunction = { name : function(){}, lastName : function()  },

The IntelliSense won't do anything, but if you write it the function name() way it will work very well for you.

I think there are not any IDE or editor that really really help JavaScript developers with the debugging and IntelliSense way. Most of my bugs are resolved by using previous experience. JavaScript is a hard-to-debug and hard-to-write language.

----EDIT ---- I guess chorme debugger with visual studio 2010 are by far the best tool for debug, I think both are better than firefox in perfomance. But is just my imho..

share|improve this answer

NetBeans PHP also comes with PHP and JavaScript live debugging.

share|improve this answer

Best, when it comes to choice of editors, is rather subjective. I've very fond of Komodo Edit though. It comes with built in support for a bunch of common libraries and will also complete based on parsing the JS it is working on.

share|improve this answer
I like Komodo, too. But I don't remember it having JS debugging like NetBeans and Aptana has. Does it? – Nosredna May 29 '09 at 17:05
2  
Debugging I leave to Firebug. – Quentin May 29 '09 at 20:17
Be careful of Komodo Edit 7, it has some buggy javascript code completion: community.activestate.com/node/8824 . – Gan Dec 18 '12 at 2:55

IntelliJ IDEA

share|improve this answer

Today I use NetBeans, 4-5 years ago I thought Eclipse was good for it all, now to many failings; I use too much time finding plugins rather than do programming.

share|improve this answer

I love Komodo! And it's free! Ha!

I have been using Dreamweaver forever, not realizing there are other options out there until I stumble upon this post... I am actually a full-time ActionScript developer and just started doing JavaScript as a hobby recently. If you guys are ever interested in finding a great ActionScript editor, I'll suggest Flash Develop or Flash Builder (Flex 4)!

I started trying out WebStorm this morning, wow! I mean, wow!! Seriously powerful editor WebStorm is!

share|improve this answer

Visual Studio

share|improve this answer
Visual studio is too general, I need very specific. – this. __curious_geek May 29 '09 at 9:59
Ok, MS visual studio 2008. Quite heavyweight, but I find it great for coding and debugging JScript – gonzohunter May 29 '09 at 10:19

As of now, I would say visual studio 2010 with resharper 6.

It offers intellisense, analysis and refactory of JavaScript.

Not so cheap though!

share|improve this answer

I use Codelobster PHP IDE. Well dont go by the name alone, as it has a real good Javascript intellisense too. AFAIK, it has real good support for html/css/javascript/php. what more would you need..!! and yes, its free!

share|improve this answer
For complex javascript projects I prefer a standalone (pre-compiled, not an add-on or java-based interpreter) javascript editor and debugger like SplineTech JavaScript Debugger (javascript-debugger.com). Have been using it for years on complex JavaScript and JQuery projects. It has IntelliSense and syntax highlighting. Not free and for IE only though. Hope this helps. – Art A. Oct 27 '12 at 5:22

protected by Mat Jul 17 '11 at 13:47

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.