felixfbecker / vscode-php-intellisense

Advanced PHP IntelliSense for Visual Studio Code 🆚💬
MIT License
409 stars 93 forks source link

Go to definition not working on use statements #601

Closed BergenSoft closed 2 years ago

BergenSoft commented 2 years ago

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.

BergenSoft commented 2 years ago

Found the problem. Was a configuration error.