Search code examples
phpnetbeansidenetbeans-8cakephp-2.5

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.


Solution

  • 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