Ask HN: Which IDE do you use?
4 comments
I use vim with a few plugins like syntastic and command-t and my system(XFCE/Debian) terminal emulator for most of my development. For Java/Scala, I've found IntelliJ IDEA CE to be the best. Also, the Aptana Studio(an Eclipse based IDE) is very good for doing webdev.
It depends:
For bigger, structured projects in PHP I use PHPStorm (89 euro, but it's worth it)
For smaller PHP projects and for Ruby and Python I use SublimeText 3
Vim only for really small changes on remote servers.
For Web Development I use Aptana Studio, as I love the layout and functionality for web design.
Eclipse for Java, and Visual Studio for C#.
Everything else, I use Sublime Text (Unregistered atm)
Eclipse for Java, and Visual Studio for C#.
Everything else, I use Sublime Text (Unregistered atm)
tmux + vim
I avoid plugins to be able to work on any system at work.
I avoid plugins to be able to work on any system at work.
Actually, I just realized I am always switching between Notepad++ and NetBeans for JS so, would love to know what everyone else uses.