TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What is the best editor for web development?

5 点作者 alienfluid大约 14 年前
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 条评论

clyfe大约 14 年前
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.
safetytrick大约 14 年前
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
autalpha大约 14 年前
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_robber大约 14 年前
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 未加载
gareim大约 14 年前
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 未加载
pdelgallego大约 14 年前
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.
nametoremember大约 14 年前
I use vim in a dropdown console with my browser open full screen.
dmn大约 14 年前
GEdit is a pretty decent choice on Linux.
alnayyir大约 14 年前
Emacs can do it all. :D
评论 #2519911 未加载