Hi some days before I updated my eclipse 2021-06 to 2021-09 and after that its code completion will not show all the methods and classes. For example if I type frame.setS
, then it is showing no default proposals.
But At the same time when I type frame.setC
and press ctrl+space, it is working This is the
Also in my settings everything is checked.
What I have tried
I searched the web and found many stack overflow questions and I tried the answers. But it didn't work
I deleted the
.metedata
folder and uninstalled and reinstalled eclipse for 5 times.I tried installing eclipse from installer and zip.
Is this a bug or something.
I have also installed the java 17 plugin from eclipse marketplace.
Edit
In eclipse 2021-12 (4.22)
which released yesterday (08-12-21),
java.awt.*
is not filtered out. So no problem. Also it has Java-17 support..
.metadata
folder, that's a hoax spread on Stack Overflow. When you cannot restore it, use a fresh workspace. The Java 17 plugin is a preview/BETA, not the official release. Please provide a minimal reproducible example and make sure it has been reported to Eclipse. In the last to versions bigger changes has been made in the content assist to handle incomplete code, and there are known issues in Eclipse 2021-09 (4.21): see here. β Swash