AlexA
AlexA

Reputation: 4118

PDT autocomplete broken in Eclpise

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?

Upvotes: 2

Views: 1743

Answers (5)

Mike
Mike

Reputation: 456

For me I needed to re-create my workspace (was using a workspace from an older version of PDT). Copying then importing the projects into the new workspace still worked.

Upvotes: 0

LZNPDE
LZNPDE

Reputation: 164

For me, simply choosing 'Project > Clean' restores auto/code completion. (Eclipse 3.7.0 Indigo with PDT 3.0)

Upvotes: 0

Chris
Chris

Reputation: 1419

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

Upvotes: 4

AlexA
AlexA

Reputation: 4118

In this situation, simply reloading Eclipse helped.

Upvotes: 0

Pro777
Pro777

Reputation: 1704

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.

Upvotes: 1

Related Questions