Piotr
Piotr

Reputation: 680

Netbeans 8.0.1 PHPCake auto completion

I have problem with auto completion and overriding methods by inserting them. I am pretty sure that earlier on i could easily Alt+Insert methods from extended classes. Now after last update they are gone. Is any one experiencing same issue? Maybe I should make some settings correction.

Upvotes: 0

Views: 151

Answers (1)

ladar
ladar

Reputation: 5876

The workaround is to delete your cache directory:

  • open NetBeans->Help->About to find location of cache directory
  • close NetBeans
  • remove the cache directory
  • start NetBeans again

For details see this NetBeans issue

Upvotes: 1

Related Questions