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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top