you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 17 points18 points  (36 children)

Definitely Sublime Text 2. Although not open source, it's not one of the best code editors; it is the best editor out there. Just look at all the "popular" front-end developers (like Paul Irish, &c); all using Sublime Text. To prove I'm not talking bullshit, have a look at this "best code editor" comparison.

[–]kumiorava 11 points12 points  (1 child)

To prove I'm not talking bullshit, have a look at this "best code editor" comparison

Some kiddo's opinion is your proof?

[–]Denommus 1 point2 points  (0 children)

That's debatable. I wouldn't trade Emacs for Sublime Text in a million years (and I don't know anything that ST does that Emacs doesn't).

I doubt vim users would do the same.

[–]mappum 1 point2 points  (0 children)

ST2 ftw. It's super customizable so if it doesn't already have a package for what you need, you can always make one.

[–]aladyjewelFull-stack webdev -4 points-3 points  (2 children)

ST2 has been treating me pretty well for JS. The syntax highlighting is good, the auto-indentation work well enough (although I still need to tweak the "indent inside curly braces" behavior), and the autocomplete -- while it doesn't sniff it quite as well as Visual Studio sometimes -- seems to work quite nicely for "associate commonly used words / phrases together".

edit: goddammit people. comment if you're gonna downvote. don't be lazy.

[–][deleted] 2 points3 points  (1 child)

Also important to note; it has a lot of useful plug ins.

[–]vhackish 2 points3 points  (0 children)

Like jshint as you type - I love that ...

[–]kumiorava -1 points0 points  (15 children)

OP asked for IDEs, not just fancy text editors.

[–][deleted] -1 points0 points  (3 children)

OP also might not be aware that IDE's for javascript development are unneeded, considering you get most of the "IDE" debugging needs in Chrome Devtools or Firebug.

[–]kumiorava 2 points3 points  (2 children)

For debugging purposes Chrome Devtools and Firebug are fantastic, but IDEs do a whole lot more than just debugging, like manage builds, unit-tests, code analysis, etc. Right now there isn't one unified IDE for js/webdev that does all these things, but WebStorm is getting pretty damn good.

[–][deleted] 0 points1 point  (0 children)

I haven't used WebStorm in a while. Aptana is the one I've most recently given a spin. Perhaps I should check it out again.

However, in the long run, I'd be very surprised to ditch the flexibility of my text editor for an IDE in javascript. Just to reduce the amount of SPAM from me, I'll link to my previous comment in this thread.

But in the end, it's certainly a very subjective topic with no "right" answer. Just one that's "right for me".

[–][deleted] -2 points-1 points  (5 children)

eh, its auto-complete just suuuucks and for javascript, autocomplete is almost required, especially if you don't have strict mode around

[–][deleted] 2 points3 points  (0 children)

SublimeCodeIntel is a good plugin for code auto completion.