|
|
|
|
|
by axod
5798 days ago
|
|
I do :) And I enjoy having nice neat tight code as a result. I don't need the completion, shortcuts etc, because I "know" the code base. Sometimes I need to grep etc, but knowing, and having a handle on the entire codebase is pretty useful for when you need to do big sweeping refactoring. |
|
Debuggers are another benefit to using an IDE.
Running my app within NetBeans also makes it easier to deploy and launch a web application, so that's another bit of tedium that the IDE alleviates.
For me it's a win-win. It takes care of grunt work, I take care of code.