RE: Favorite IDE for java coding 01-03-2017, 02:58 AM
#31
(01-02-2017, 07:59 PM)God Wrote:(01-02-2017, 05:31 PM)insidious Wrote:I might give another a shot. Do any other IDE's share a debugging feature similar to Eclipse? I've never had to debug outside of Eclipse so not sure how other IDE's implement it, if not the exact same.(12-30-2016, 12:14 PM)sudara Wrote: Never liked netbeans. Fan of eclipse though I mostly use jetbrains IDEs
(12-31-2016, 02:03 PM)Darksider Wrote: I am using intellij because i in code java and android too. And Android SDK use this so..
Exactly this! If i have to use an IDE, I opt for Jetbrains if it's anything other than web development. I personally prefer Atom for Web Development, however. I used Eclipse until it started eating up all my RAM and freezing xorg on some larger projects, at which point i found IntelliJ and fell in love with it. I never understood how I could have ever used a piece of shit like Eclipse.
Although, I mostly find myself using VIM. I only use IDE's if i'm contributing to some large Open Source projects (even then I can't live without a vim-keybinds plugin), or need advanced functionality like refactoring or something i'm too lazy to write a script for that's already included in an IDE. I prefer the debugging functions on large projects that IDE's provide with C-like languages, and the awesome thing with Jetbrains is that it connects right into GDB for C/C++ so I don't have to re-learn any debugging programs, but the IDE also provides extra debugging functionality (like interactively stepping through the code, which can be a HUGE help if I need to see the "big picture" on a large project and how the codebase is coming together).
Vim is love and life though.
If anyone still uses Eclipse I pity them, seriously try something else. Their are so many better IDE's out nowadays and Eclipse is still living off the days where there were only like 2/3 IDE's out and Eclipse was the best out of them.
it's quite similar really. Definitely the same concept, the keys for step-in step-out may be different (I don't remember). If you're using C/C++ gdb is a seperate window so you don't even have to worry about that unless you want to learn it
but for Java as this thread is, definitely pretty much the same
(This post was last modified: 01-03-2017, 02:59 AM by insidious.)
Email: insidious@protonmail.ch