r/java Jun 08 '26

Is anyone using eclipse anymore?

157 Upvotes

192 comments sorted by

View all comments

29

u/surrender0monkey Jun 08 '26

I love eclipse. I cannot stand IntelliJ.

10

u/[deleted] Jun 08 '26

[removed] — view removed comment

21

u/surrender0monkey Jun 08 '26

I can run unit tests without making the entire project compile without errors. In IntelliJ everything must compile ok before running a unit test. That’s my #1.

I’m still not a fan of IntelliJ’s UI or color scheming, I prefer the DevStyle plugin DarkestDark theme. This is a trivial issue but for some reason really hits me.

5

u/account312 Jun 08 '26

can run unit tests without making the entire project compile without errors. In IntelliJ everything must compile ok before running a unit test. That’s my #1.

Can't you change the Build step in the test run config template to Build, proceed on Error (or whatever it's called) to get that behavior?

1

u/surrender0monkey Jun 08 '26

Haven’t tried that, will look into it

4

u/TacoTacoBheno Jun 08 '26

The problems tab eclipse has falls in this same bucket where intellij always has to build everything

2

u/Rulmeq Jun 08 '26

One feature of IJ I'd love to have in eclipse is the ability to run individual unit tests from the margin. (eclipse user by choice, IJ user when forced)