DEV Community

Discussion on: Java Developers, What's in Your Toolkit?

Collapse
 
awwsmm profile image
Andrew (he/him)

We're setup twins! Though all these comments here have me wondering if the grass is greener on the IntelliJ / Gradle / Kotlin side of the fence...

Collapse
 
mojo2012 profile image
Matti

I tried intellij, so many times. I tell myself, just do what people tell you: go though the first 2 weeks and you never want to go back. Well I did that, I used it for more than 2 weeks and I still don't get it. It's so friggin buggy!
You know, I do almost everything with keyboard shortcuts. When using switching to to other apps and back suddenly the window focus is messed up. I hit cmd-w to close the active tab but something else in the background closes. That even happens with active windows (like the vcs view, which is a separate window).
There is no proper compile feedback, like in eclipse. Everything always looks good until you realize that although the app started, some code just doesn't work because it actually didn't compile properly.
It makes awesome statically typed java like a dynamic language (aka javascript hell).
There isn't even a autoformat and autoimport hook on save - that'S one of the most basic features at all!
You have to install a damn plugin that uses the eclipse formatter, what the heck.
Then why are there so many panels open, I constantly switch them, because I don't need all this crap and they just reappear all the time. Even the "do you want to buy the ultimate version???" message bubble. I already have that damn ultimate version you son of a ...
To sum it up: eclipse may be slow but it's still the way to go for me, because it supports me in most cases, whereas intellij is just like a text editor, not really an IDE to me.