views:

187

answers:

3

Suddenly I can't use autocomplete in my Eclipse PHP projects. When I press alt+/ I jsut hear a dummy sound. Which settings should I check?

+1  A: 

Does you PHP Language Library include a link to your local PHP install? Sometimes I've found my project gets corrupted, and that PHP gets stripped from that include.

Pro777
A: 

In this situation, simply reloading Eclipse helped.

PHP thinker
Also manually rebuilding the project sometimes does it - or invoking an action that will require a rebuild.
prodigitalson
+1  A: 

Try this. Right-click your top level folder in PHP Explorer. Select the "Configure" menu item then "Add PHP Support".

Chris