Sinisterly
Favorite IDE for java coding - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE)
+--- Thread: Favorite IDE for java coding (/Thread-Favorite-IDE-for-java-coding)

Pages: 1 2 3 4 5 6


RE: Favorite IDE for java coding - insidious - 01-03-2017

(01-02-2017, 07:59 PM)God Wrote:
(01-02-2017, 05:31 PM)insidious Wrote:
(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.
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.

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


RE: Favorite IDE for java coding - anjesh12 - 06-10-2017

i have been using ecliple for 3 years now, since start of high school. was using greenfoot. however that was terrible


RE: Favorite IDE for java coding - titbang - 07-18-2017

I use Netbeans for it's simplicity. It's good for quick development and initial drafting before importing to Android Studio.


RE: Favorite IDE for java coding - I Like Gold - 08-02-2017

Eclipse is my favourite, as it's the one that I have always used and I am very familiar with it. Back when I used Debian, I always wondered why the Eclipse package was so outdated (it's still at 3.8 when Stretch was released).


RE: Favorite IDE for java coding - Clone - 12-29-2017

The only IDE I've ever used for coding is Netbeans. I've never tried anything else. I'm on the same boat here, uni recommended it. I also use Notepad++ for general coding purposes.


RE: Favorite IDE for java coding - Daniel09 - 02-06-2018

I used Eclipse for about 2 years but just started using intellij


RE: Favorite IDE for java coding - IC3 - 02-07-2018

Generally I prefer Eclipse due to its simplicity, but I think the best is IntelliJ!


RE: Favorite IDE for java coding - madvib3zzz - 02-08-2018

The big three are eclipse, intellij idea and netbeans. Eclipse is most widely used but all have pros, cons, and very vocal followers. All are free or have free versions.


RE: Favorite IDE for java coding - Confidential - 04-12-2018

I personally use IntelliJ Idea. It runs faster than Eclipse for me, lol.


RE: Favorite IDE for java coding - Percent - 07-13-2018

Eclipse IDE is a great development environment for me. It is very simple, open source, and easy to use.