Normally when you put the ‘.’ after an object and wait you get a list of methods/fields/classes that one can access. My eclipse no longer does this for me. I spent 10-15 minutes searching for a way to turn it back on and I came up empty. How can I turn this back on?
Share
You can try mucking around in
Preferences > Java > Editor > Content Assistand see what you get. I’ve had this once before; eclipse got into a bad state and wouldn’t code complete for a given project. Reverting changes in the project got rid of some errors and it started working again.