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: Which IDE you use and why?

6 pointsby pyeuover 7 years ago

17 comments

w4tsonover 7 years ago
JetBrains IntelliJ.<p>Over the years I’ve used Xcode, VisualStudio, Borland, Eclipse, JDeveloper, Netbeans, Notepad, Atom, Sublime etc to write code<p>I use IntelliJ&#x2F;IDEA because it’s a tool that delights. Not many bits of software are such that I interrupt other colleagues to show them some neat feature or shortcut.
评论 #16396914 未加载
psycover 7 years ago
Visual Studio Code. It does everything I need very well, and otherwise gets out of my way. To whatever extent an IDE can be credited for small productivity gains, I&#x27;m more productive since switching than I&#x27;ve ever been in 30 years.
评论 #16389376 未加载
评论 #16402785 未加载
muzaniover 7 years ago
Android Studio. Many of the benefits of IntelliJ for Android.<p>I really like how easy it is to find a method or a hint of something in a huge codebase. Or refactor or rename files. The way it tells me that I copied this line here but forgot to change something. Small things like when constants are don&#x27;t follow naming conventions or are put in a bad location. And the bits of advice here and there on better ways to write code. It&#x27;s like an automated mentor.
marssaxmanover 7 years ago
I use a simple, terminal-based editor I wrote myself, because it does everything I want and doesn&#x27;t bother me with features I don&#x27;t care about. It is not perfect but it is good enough.<p>I have also been using VS Code lately, which is fine, though I had to spend a lot of time learning how to configure it to stop flashing and blinking and getting in my way with all of its distracting attempts to help me.
matt_sover 7 years ago
I used to use IDE&#x27;s but have changed over to Sublime Text.<p>I really got turned off from my tool (IDE) assuming things I wanted to be done and doing things for me without my knowledge. I don&#x27;t need wizards to start projects. I also wanted my editor to open when I open it and not seemingly minutes after that.<p>This means I don&#x27;t have high-end things like documentation lookup at a keypress while editing. I&#x27;m ok with that, I can find the docs online, probably already have them open if its part of a language I&#x27;m not familiar with.
matchmike1313over 7 years ago
I love Atom. The plugins and customizability are nice.
partisanover 7 years ago
Visual Studio Code.<p>If I were in the JVM world then IntelliJ IDEA.
tmalyover 7 years ago
I have used vi since my university days when the CS lab would close at 10 pm but if I went to the library I could login over a VT-100 terminal and get an additional 2 hours to submit a project.<p>I use vim now mostly with plugins like vim-go
xor_nullover 7 years ago
I use Visual Studio, it has everything i need and it simply does the job
debacleover 7 years ago
Komodo Edit, Vi, Visual Studio, and Visual Studio Code, depending on the context.<p>And Cloud9. Very nice online editor.<p>Edit: I should state that grep is one of the most important components of my development cycle.
jotuxover 7 years ago
I do embedded C++ work on (almost-exclusively) ARM cortex microcontrollers and have switched all of my development to Visual Studio + VisualGDB. It&#x27;s super nice.
kevinherronover 7 years ago
Intellij IDEA.<p>Years ago I used Eclipse, but eventually tried Intellij and I&#x27;ve never looked back. It&#x27;s such a great tool and I&#x27;m happy to pay for it.
danschumannover 7 years ago
vim, and I still love it.<p>I&#x27;m considering writing my own native desktop app that has the keyboard shorcuts of vim that I use, but I&#x27;d be able to customize it more.. maybe a 3d world where my open files are like mine craft blocks.. and my build process is like a river.<p>Who would use it?
metacontentover 7 years ago
Vim, because it does what I need.
penetrarthurover 7 years ago
Everything jetbrains. Resharper at work, pycharm and idea at home.
评论 #16389384 未加载
drakonkaover 7 years ago
At work I use Visual Studio; at home I use JetBrains Goland.
dyejeover 7 years ago
Sublime Text with a few add on packages.