We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
typescript, symbol, go to symbol in workspace, dependencies
I only just noticed this behavior as it is a feature I don't use often
When using the "Go to Symbol in Workspace…" feature in VS Code, only symbols within my project are shown.
"Go to Symbol in Workspace…" should show symbols in my project and my dependencies.
This UI is populated by the language server, so that is why I'm filing the issue against Typescript and not against VS Code.
Tested using Typescript 5.5.4 and VS Code 1.92.0
5.5.4
1.92.0
The text was updated successfully, but these errors were encountered:
This is intentional
Sorry, something went wrong.
This issue has been marked as "Working as Intended" and has seen no recent activity. It has been automatically closed for house-keeping purposes.
@RyanCavanaugh Why's that? Why is there not a setting to show them, or a separate shortcut to search them?
More often than not, I find myself wanting to use "go to symbol" for symbols in my dependencies
@RyanCavanaugh 🥲 in case you didn't see my reply
No branches or pull requests
🔎 Search Terms
typescript, symbol, go to symbol in workspace, dependencies
🕗 Version & Regression Information
I only just noticed this behavior as it is a feature I don't use often
🙁 Actual behavior
When using the "Go to Symbol in Workspace…" feature in VS Code, only symbols within my project are shown.
🙂 Expected behavior
"Go to Symbol in Workspace…" should show symbols in my project and my dependencies.
Additional information about the issue
This UI is populated by the language server, so that is why I'm filing the issue against Typescript and not against VS Code.
Tested using Typescript
5.5.4
and VS Code1.92.0
The text was updated successfully, but these errors were encountered: