top | item 2519622

What is the best editor for web development?

5 points| alienfluid | 15 years ago

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.

15 comments

order
[+] clyfe|15 years ago|reply
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.
[+] autalpha|15 years ago|reply
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 :)
[+] gareim|15 years ago|reply
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.
[+] safetytrick|15 years ago|reply
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)
[+] pdelgallego|15 years ago|reply
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.

[+] nametoremember|15 years ago|reply
I use vim in a dropdown console with my browser open full screen.
[+] dmn|15 years ago|reply
GEdit is a pretty decent choice on Linux.
[+] alnayyir|15 years ago|reply
Emacs can do it all. :D
[+] alienfluid|15 years ago|reply
I already have an OS :D