Skip to main content



      Home
Home » Newcomers » Newcomers » Why does everyone hate Eclipse?
Why does everyone hate Eclipse? [message #1839286] Thu, 18 March 2021 13:40 Go to next message
Eclipse UserFriend
As a part of a school project, I am looking into the public perception that people see Eclipse as "slow, buggy and unstable". Most people I talk with who are Java developers says that Eclipse would be the last tool they would use and people who would use it has "no respect for their code". If it really is that bad, why doesn't the Eclipse community recognize these issues and do something about it?

One theory I have is that the hate between IDEs is much like what tools you are used to work with. I hated Windows 8 in the beginning when I started using it, but I got used to it and now I would prefer using Windows 8 above Windows 7. Developers often think the way they they are used to do things is often "the only correct and right way" to do something and changing a developers habit is normally incredibly hard.
https://sarkarijobs.gen.in/

[Updated on: Tue, 11 May 2021 16:45] by Moderator

Re: Why does everyone hate Eclipse? [message #1839745 is a reply to message #1839286] Sat, 27 March 2021 03:09 Go to previous messageGo to next message
Eclipse UserFriend
I don't know. But I like the visual styles of eclipse. Perhaps it's just a coincident that many people around you don't use eclipse.

I mainly use C in my projects, but have also learned using java and c++ in college. And I have tried Visual Code and IntelliJ.
The only thing I feel bad about eclipse is perhaps its plugins market. Every time I install something, the whole IDE just freezes. But other than that, everything seems fine to me :)
Re: Why does everyone hate Eclipse? [message #1839817 is a reply to message #1839286] Mon, 29 March 2021 08:38 Go to previous messageGo to next message
Eclipse UserFriend
Probably you got any answer to your question in this forum:
http://web.archive.org/web/20160623104858/http://www.ihateeclipse.com/
Re: Why does everyone hate Eclipse? [message #1839956 is a reply to message #1839817] Fri, 02 April 2021 01:24 Go to previous messageGo to next message
Eclipse UserFriend
I absolutely love it and prefer it over JetBrains products. I think debugging is much clearer and easier to follow especially in c++.
Re: Why does everyone hate Eclipse? [message #1839989 is a reply to message #1839956] Sat, 03 April 2021 02:34 Go to previous messageGo to next message
Eclipse UserFriend
I always liked the visual styles of eclipses. Perhaps it is just a coincidence that many people also choose the same option.
Re: Why does everyone hate Eclipse? [message #1840564 is a reply to message #1839286] Mon, 19 April 2021 07:57 Go to previous messageGo to next message
Eclipse UserFriend
rohit singh wrote on Thu, 18 March 2021 13:40
As a part of a school project, I am looking into the public perception that people see Eclipse as "slow, buggy and unstable".

Eclipse _is_ slow, buggy and unstable.
It is a good IDE tool, but is is also slow, buggy and unstable.
Re: Why does everyone hate Eclipse? [message #1840565 is a reply to message #1839817] Mon, 19 April 2021 07:58 Go to previous messageGo to next message
Eclipse UserFriend
Jan Vi wrote on Mon, 29 March 2021 08:38
Probably you got any answer to your question in this forum:
http://web.archive.org/web/20160623104858/http://www.ihateeclipse.com/

LOL, nice. Had a good laugh, thanks!
Most of that is still true.
Re: Why does everyone hate Eclipse? [message #1862223 is a reply to message #1839286] Sat, 18 November 2023 12:42 Go to previous messageGo to next message
Eclipse UserFriend
I wouldn't say that "everyone" hates Eclipse. I personally love Eclipse. There are, however, a lot of people who prefer other IDEs.

Some of the reasons for this are justified. For example, the code assist in Eclipse is inferior to the code assists offered in IDEs like IntelliJ. Another problem in Eclipse occurs in its importing of Spring Boot projects from a Git repository: when attempting to have Eclipse open an existing Spring Boot project after getting it from the repo, Eclipse does not find it. In order to actually get the project, you have to cancel the import and do another maven import of the downloaded project. No other IDE has this problem.

Actually, speaking of git, Eclipse's integration with Gitlab is also poor. I just discovered that its project explorer does not "see" the .gitlab-ci.yml file! In previous versions, Eclipse had a file explorer that allowed you to see files and folders that weren't visible in the Project Explorer. That explorer was deprecated and removed in the latest versions. Unfortunately, because the Project Explorer doesn't see the .github-ci.yml file, if you want to make changes in Gitlab pipelines you have to edit the file outside of Eclipse. Equally unfortunately, because the project explorer does not see the file, attempting to commit and push changes to it does not work. This means that the only way to edit the pipeline is to go onto Gitlab and edit it there. Again: other IDEs actually allow easy access and editing of this file.

I have used Eclipse for my private projects for several years now, but these and other inadequacies in the IDE are starting to chafe. I am looking for a place to report the bugs I am seeing, but haven't found it yet. If I don't, or if the bugs aren't fixed, then I will likely have to switch to another IDE -- most likely Visual Studio Code or IntelliJ. I would do this not out of hatred for Eclipse, but because it will be inadequate for the work I am doing.

I love Eclipse, but I understand why some people would hate it.
Re: Why does everyone hate Eclipse? [message #1862228 is a reply to message #1862223] Sun, 19 November 2023 04:02 Go to previous messageGo to next message
Eclipse UserFriend
If you want to see "hidden" files (.* files), use the hamburg view menu control to bring up Filters... and uncheck " .* resources".

Of course there are many projects and each has it's own place to report bugs. If you think there is a bug in the platform itself, you could report it here:

https://github.com/eclipse-platform/.github/issues
Re: Why does everyone hate Eclipse? [message #1862234 is a reply to message #1862228] Sun, 19 November 2023 22:32 Go to previous message
Eclipse UserFriend
Maybe hiding those by default is doing more harm than good, now.
Previous Topic:PHP Remote Project - Sync Error
Next Topic:Error during installation ABAP Development Tools + Modeling Tools
Goto Forum:
  


Current Time: Wed Apr 23 10:37:52 EDT 2025

Powered by FUDForum. Page generated in 0.08777 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top