felixfbecker / vscode-php-intellisense

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

Go to definition always use old references even if the directory is updated #568

Open andekai opened 3 years ago

andekai commented 3 years ago

Project A contains library B, and I can go to library B with GoToDefinition, But if project C also contains library B, it will use the directory of project A when using GoToDefinition; however, it should use the directory of project C.