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.

Ask HN: Do you feel more productive with an IDE compared to Vim/Emacs?

3 pointsby cochneover 4 years ago
I've been using Vim for all my development for about 3 years. It serves its purpose and it's a pleasure to use. However I see a lot of people really love IDEs like VSCode. So for the people who have tried both and IDE and pure Vim/Emacs development, do you feel the IDE has made you more productive?

3 comments

wryoakover 4 years ago
Not really. I used IDEs for five years (Atom~2yrs, Sublime~6mos, VSCode~2yrs) professionally and then switched to vim and I&#x27;ve been using that pretty exclusively for about a year now.<p>It really depends on more than just the editor you use. If you&#x27;re using vim&#x2F;emacs with common cli tools like grep, find, sed, awk, git, etc then you will probably be less productive with an IDE, at least without heavy customization, but if you&#x27;re managing a lot of that functionality with plugins, then an IDE would probably be roughly on par for productivity.
rmurriover 4 years ago
Yes and No. They are not mutually exclusive.<p>I find that generally I&#x27;m much more productive in Emacs, so I use it most of the time. But I reach for the IDE when it makes sense.
tsjqover 4 years ago
Yes