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.<p>What do people use on Linux? Sorry, no Mac here.
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.
With the right plugins vim can be very nice for web coding, the zencoding plugin for vim is very nice. I keep all of my vim setup on github, take a look: <a href="https://github.com/safetytrick/strick-dotfiles" rel="nofollow">https://github.com/safetytrick/strick-dotfiles</a><p><a href="http://www.vim.org/scripts/script.php?script_id=2981" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=2981</a><p>"Zen coding keys<p>let g:user_zen_expandabbr_key = '<c-e>'<p>let g:use_zen_complete_tag = 1
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 :)
I have been very impressed by Sublime Text 2 (<a href="http://www.sublimetext.com/2" rel="nofollow">http://www.sublimetext.com/2</a>). Use it as my primary editor ever since I discovered it.