-
Notifications
You must be signed in to change notification settings - Fork 186
Workspace Symbols not including packages in vendor directory #467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @adevade, We did a quick check and this issue looks very darn similar to
This could be a coincidence, but if any of these issues solves your problem then I did a good job 😄 If not, the maintainers will get to this issue shortly. Cheers, |
This is by design. workspace/symbol is designed to return the symbols defined in your own workspace. It would also be very slow to return all matches from dependencies. |
That's too bad 😕 Sublime handles this really well with no performance issues, would be awesome to have support for it in Code! Thanks for all your hard work on these packages regardless, incredibly helpful stuff 👍 |
@felixfbecker could this be made optional? |
OS: Windows 10
VS Code: 1.15.1 x64
I have a Laravel 5.5 app, and when I hit CTRL+T for Workspace Symbol search it doesn't include any files from the vendor directory except Composers own autoloader-files.
Here's some info from the Output->PHP Language Server tab
Here's without any search input. As you can see it loads my own files (in ./app and root directory) just fine.

Here's when I search for Laravels Illuminate packages.

Here's when I search for Carbon.

Here's when I search for Composer.

The text was updated successfully, but these errors were encountered: