문제

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