Reputation: 5408
I was wondering if anyone could help me with an issue with Eclipse.
Since I changed the packages in Eclipse, something has changed with the auto completion tool. I can no longer see any public methods when writing the .
, however, if I manually type the line in there is no compile error.
Does anyone know how I might go about fixing this?
Upvotes: 17
Views: 29296
Reputation: 291
Go to Preferences > Java > Editor > Content Assist > Advanced Select Java Proposal. Please see the screenshot for more details.
Upvotes: 13
Reputation: 118
The comment from Sorin is the only answer that worked for me:
... what worked was Close Project, then Open Project, and finally Clean Project.
Upvotes: 2
Reputation: 54517
I've had this issue before, and for me, the content assist settings were broken. The following fixed it:
Upvotes: 39