felixfbecker/vscode-php-intellisense

Go to definition not working on use statements

Closed this issue · 1 comments

On a use statement the function "Go to definition" is not working.
--> Message: "No definition found for 'class name'" appears
Even the correct tooltip with a preview of the class is shown.

When I use this class in the code, then the function is working.

So finding the correct php file is not the problem here.
It seems like this function is not implemented on use statements.

Found the problem. Was a configuration error.