Issue
eclipse isn't making import suggestions anymore. I don't know why it stopped. Here is an example.
Solution
First check to see if it is enabled to automatically do it. Go to Preferences > Java > Editor > Content Assist
and make sure Enable auto activation
is checked.
If that doesn't fix anything, you can try to manually get it to show up by pressing CTRL + SPACE
.
You should also check Content Assist > Advanced
and make sure that at the very least Java Proposals
is checked.
Answered By - WOUNDEDStevenJones
Answer Checked By - Pedro (JavaFixing Volunteer)