Question

After upgrading Eclipse the auto-completion feature doesn't work anymore. It still does show the regular PHP functions but not the framework specific ones (I use cakePHP) There are no errors in the project. I've tried removing the project and adding it up again but doesn't help.

Was it helpful?

Solution

Your DLTK needs to be re-indexed. Follow the following steps:

  • Close Eclipse
  • Go to your workspace and remove the contents in .metadata/.plugins/org.eclipse.dltk.core.index.sql.h2/
  • Start Eclipse again. In the beginning you see Eclipse is building up the DLTK index.

Source: 2 hours of searching throughout the internet with multiple se's

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top