What is the best editor for web development?

5 points by alienfluid ↗ HN
I am used to Vim, but it just doesn't cut it for editing JS/CSS/HTML. Or perhaps I don't have the right plugins.

What do people use on Linux? Sorry, no Mac here.

16 comments

[ 4.2 ms ] story [ 89.3 ms ] thread
I think geany is a pretty popular choice if you're not going to use a terminal based editor. It's pretty flexible and I use it for Python.
geany is a very nice editor! does geany have a zencoding plugin? (I haven't found one but I haven't looked all that hard)
Emacs can do it all. :D
I already have an OS :D
It's not an OS, it's a text editor.
I guess you're not familiar with the joke then :-$
I'm just refusing to acknowledge the canard.
GEdit is a pretty decent choice on Linux.
I use NetBeans. It's smart about markup, style (css, scss, less by plugins) scripting javascript, ruby, php, python via plugins, and it generally works for me. I fall back to GEdit and Notepad++ sometimes.
Try emacs or vim, and stick with it for a month, learn a key combination each day. It's painful, but it pays off.

-- An emacs user.

I use vim in a dropdown console with my browser open full screen.
I usually go with an Eclipse variant.. Eclipse PDT and Aptana have worked out well for me. Currently using Aptana now. But really, anything that makes you more productive is good I think. Getting into IDE holy wars is pointless. Nobody wins and everyone ends up feeling the other person is retarded :)