I have a file named config.php, and i have other files includes config.php. When editing one of files, I use an object from config.php and it autocompletes name of the object. B
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.