Some of my defined classes are not loaded by the IDE when I call Ctrl+B, Go to declaration, Ctrl+click.
I\'m using Windows 7, NetBea
Go to Tools->Options-> click on PHP Icon on top -> General tab -> find "Global include path" -> Add Folder ->
if(onLinux) { choose /var/www; } if(onWindows) { choose c:\path_to_htdocs or whatever; }
Ah, too much programming for today.. :)
For me, this repaired autocompletion and ctrl+click on method call.