8

Possible Duplicate:
NetBeans PHP code completion

For classes that I created myself an which reside in my project, netbeans wont give me intellisense.

How can I enable this?

Community
  • 1
  • 1
Pascal Klein
  • 23,665
  • 24
  • 82
  • 119

1 Answers1

9

It seemed to be a problem with the cache. See a similiar thread for further information here.

Deleting everything inside $HOME/.netbeans/$VERSION/var/cache/ solved the issue for me.

Community
  • 1
  • 1
Pascal Klein
  • 23,665
  • 24
  • 82
  • 119