Home > other >  Eclipse is bugging with Java [closed]
Eclipse is bugging with Java [closed]

Time:09-16

Eclipse quite often breaks imports, I have to type imports manually. Often breaks autocomplete, I have to type code manually. Works slow. How to fix that?

CodePudding user response:

The first goal for anything going wrong with your IDE is to delete and reinstall. You can also try cleaning the project with Project > Clean.

I know Eclipse is known for being buggy. This seems to be a very old, documented bug. Other solutions can be found here. I'm not sure if this was what you were looking for, though; please let me know if you meant something else!

CodePudding user response:

I think if you change to netBeans you will have what you look for because I use it everyday without typing everything manually like Eclipse when it bugs..

  • Related