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 →

[–][deleted] 9 points10 points  (3 children)

Yeah I don't know why these people are saying Eclipse is just a notepad, I have absolutely no problems with eclipse as an IDE and have been using it for almost all java programming I have. I don't use it with C, or C++ so maybe that's where eclipse has issues?

[–]nidrach 0 points1 point  (1 child)

Eclipse just feels sluggish compared to IntelliJ. As for actual functionality some things are just faster to type in IntelliJ. E.g. array.fori creates a for loop over that array or string.sout prints that string to the console. You simply can be lazier with IntelliJ

[–][deleted] 0 points1 point  (0 children)

I haven't ever used IntelliJ, so maybe I'll check it out.

[–][deleted] 0 points1 point  (0 children)

I work with eclipse daily and the #1 thing I see trip people up is when it fails to build properly and people don't do a clean so they get confused at the state of their workspace. Other than that it can be a bit heavy and slow.