Hi,
I'm getting some code-completion issues, I think because of wrong file mapping settings. The problem is that I don't get code-completion for code with correct path in include_once. As you can see header.php and linkfarm-item-buy.php are in the same directory and it works with no problem on dev server, but not in PhpEd.
If I modify header.php path to "customer/header.php" code completion start to work but this code no longer works (I get errors that file was not found).
My project settings
Remote debugging works with no problem at all.
Please help.