Ask HN: What are your favorite editors / IDEs and why?
I know this question seems to get asked semi-frequently, but since there seems to be new editors and IDEs popping up all the time, I figured I'd ask again.
I use: Atom - for anything web development related and some python as well IntelliJ IDEA - Java development Notepad++ - for any quick editing of single files
5 comments
[ 2.9 ms ] story [ 19.1 ms ] threadIntelliJ as an IDE, mainly Java/Android but I use it too for any other supported language (shell scripts, python, whatever, if there is a plugin I use it), sometimes even for some single files, since I have it open nearly all the time.
Notepad++ for any quick edits on Windows.
vim for quick Linux edits (mostly stuff that needs root)
Edit: Sometimes I need a hex editor, for that i use Bless.
That said, I have been playing around with Slime a bit for doing Lisp code.
For most programming, I work mainly in Eclipse with various plugins for different languages or whatever that I might use, outside of Java.
If I'm stuck on a Windows box for some reason, I always make it a point to install Notepad++ for quick and dirty editing of text files.
IntelliJ/Eclipse/Visual Studio.