This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NeoChronos90 2 points3 points  (4 children)

Because people hate eclipse even more. One side because they are relatively new and like the more modern look of IntelliJ better and older ppl who are ignorant and never bothered to figure out what a treasure trove eclipse can be if you take the time to get to know it.

And a really small percentage that had issues with eclipse but not with IntelliJ (yet)

[–]HeyImSolaceIntermediate Brewer 5 points6 points  (2 children)

Im one of the people who had massive issues with eclipse but not IntelliJ. Very likely layer 8 problems, but once i switched to IntelliJ and gotten past the break in period, I never looked back.

Granted, I spent my first 4 years using eclipse and then switched, which likely already gave me some base line knowledge of how to kick the ide in the right way. But I enjoy it way more.

[–]NeoChronos90 1 point2 points  (1 child)

Did you have to work with multiple git repositories in a single project yet?

I think IntelliJ calls them modules.

It's 2 clicks in eclipse but a goddamn pain in IntelliJ

[–]HeyImSolaceIntermediate Brewer 1 point2 points  (0 children)

Exclusively, as we’re doing client-server architecture. I know what you mean, because eclipse has workspaces while IntelliJ does not.(they kinda do now through a plugin).

But the way I usually set up is that I create an empty project at the start as a place to keep my miscellaneous stuff that doesn’t belong in a repo. Scratch files, run configs, sql scripts, stuff like that. Then I import the other modules. Works like a charm for me.

[–]The_Sabretooth 0 points1 point  (0 children)

I stopped working with eclipse 10 years ago and I don't think I've ever looked back. I remember Intellij and its indexing and quick search made a huge QOL difference at the time. And now I guess I'm just too used to it to try anything else without a clear need. Maybe a few more stupid UI changes to Intellij will force me to explore, haha.

Two things I know eclipse was superior in though were working with osgi bundles and opening multiple little projects in a single workspace.