|
|
|
Ask HN: What are your favorite editors / IDEs and why?
|
|
2 points
by rfitz
3439 days ago
|
|
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 |
|
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.