TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What is the best editor for web development?

5 pointsby alienfluidabout 14 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.<p>What do people use on Linux? Sorry, no Mac here.

9 comments

clyfeabout 14 years ago
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.
safetytrickabout 14 years ago
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 = '&#60;c-e&#62;'<p>let g:use_zen_complete_tag = 1
autalphaabout 14 years ago
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 :)
train_robberabout 14 years ago
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.
评论 #2521521 未加载
gareimabout 14 years ago
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.
评论 #2521107 未加载
pdelgallegoabout 14 years ago
Try emacs or vim, and stick with it for a month, learn a key combination each day. It's painful, but it pays off.<p>-- An emacs user.
nametorememberabout 14 years ago
I use vim in a dropdown console with my browser open full screen.
dmnabout 14 years ago
GEdit is a pretty decent choice on Linux.
alnayyirabout 14 years ago
Emacs can do it all. :D
评论 #2519911 未加载