Hacker News new | ask | show | jobs
by l3s2d 2014 days ago
I've found that IDEs work well when you're working within a single language or framework, but are clunky for multi-language projects. It's easier for me to have 4 terminals open (2 for vim, 2 for execution) than two different language-aware IDEs. With the IDEs, I need to pay attention to which IDE I'm in since they have different shortcuts and UIs.
1 comments

Which languages do you mix and match that something like IntelliJ IDEA can't support?