Live data from Hacker News

Poll: What's Your Favorite IDE for JavaScript?

news.ycombinator.com

1–10 of 20 posts

Poll: What's Your Favorite IDE for JavaScript?

#1
I know there's a ton of debate on this, but I'm trying to get an idea of what the community thinks _overall_

Please list any ide you like. Also, list any ide you do not like and if there's enough results, I'll post an edit with a like/dislike ratio. I know there was a previous poll for favorite IDE, but it didn't mention language, which seems like an important distinction to make.

Also on reddit - http://www.reddit.com/r/javascript/comments/2m3rsh/poll_whats_your_favorite_ide_for_javascript/

Re: Poll: What's Your Favorite IDE for JavaScript?

#9
post #6

After going through what seems like every editor ever made i have finally settled on Emacs. For javascript I sometimes use js2 mode.

Are there any other packages you would recommend?

For web development I absolutely love emmet mode. Some times web mode can come in handy (for templates like mustache etc). Also emacs has lots of functions to jump around tags. So if you can,loot into them ( Disclaimer: I have been neglecting this for far too long!) And finally if you use firefox then it's all text plugin can be a life saver. It allows you to type comments from your favourite editor.

What about you? What plugins do you use?

Re: Poll: What's Your Favorite IDE for JavaScript?

#10
post #6

After going through what seems like every editor ever made i have finally settled on Emacs. For javascript I sometimes use js2 mode.

Are there any other packages you would recommend?

I lean on dired mode (replaces the file tree) and rgrep (searching across files in a project) a lot. There's a multiple cursors package I've been meaning to check out that seems like it emulates the behavior in Sublime. Web mode is good for working with embedded JavaScript and or *.erb files.
Post reply on HN