A few days ago I was using autocomplete features and Ctrl+Click without any problem. But now those features don't work anymore: the autocomplete shows up but is always empty, and Ctrl Click doesn't work because Eclipse doesn't recognize the classes anymore.

This doesn't even work for a class or function or variable in the same file, so I guess this is not a configuration problem, but maybe a cache that is corrupted ?

Can anyone help me ? Thanks

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Try This: Go to Preferences>Java>Editor>Content Assist>Advanced Make sure “Other Java Proposals” is ticked

If that does not work simply "close" the project and reopen it.

link|improve this answer
That did the trick thank you ! I am using Eclipse for PHP, so I tried closing and reopening the project and it worked. Exactly what I was looking for thanks. – Matthieu Nov 11 '10 at 16:54
My pleasure Matthieu. – Sahil Nov 11 '10 at 17:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.