I started to use VSCode and PHPtools. Unfortunately the "goto defintion" doesn't start investigating for user functions in the included files.
include 'functions.php';
testFunction();
It marks the testFunction as "Call to unknown function". When manually opening the functions.php (which is within the same folder - the full mouse over path of functions.php is correct) it finds the function instantly. The hole projects is stored on a smb-share. Do I have to enable something to get the automatic investigating of included files enabled?
Thank you and best, Johannes