Skip to content
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

Quick Open / Go to symbol to include package files #4686

Closed
davidgilbertson opened this issue Aug 3, 2023 · 1 comment
Closed

Quick Open / Go to symbol to include package files #4686

davidgilbertson opened this issue Aug 3, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@davidgilbertson
Copy link

davidgilbertson commented Aug 3, 2023

I would like to be able to search for a symbol (ctrl+T) across not just my workspace files but also the symbols in my installed packages.

I'm coming from IntelliJ where this is lightning fast and I used it all the time.

If you're wondering why someone would want this, an example: I just ran some code, it broke, I stepped through the code in the debugger to see that something went wrong in a class called Aggregator (that I don't use directly) somewhere in a package called sktime. Now, I'm out of the debug session and I want to open that class up. This appears to be not so easy!

I can type a = Aggrega<ctrl+space> in my code and the auto-import machinery knows where this object is, so 'performance' can't be a reason to not make this an option. But I don't want to actually import the class, just read through its logic to diagnose the problem.

@connor4312 connor4312 transferred this issue from microsoft/vscode Aug 3, 2023
@connor4312 connor4312 removed their assignment Aug 3, 2023
@karthiknadig karthiknadig transferred this issue from microsoft/vscode-python Aug 3, 2023
@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label Aug 3, 2023
@StellaHuang95
Copy link
Contributor

Hi @davidgilbertson, thank you for your suggestion! We currently have a discussion item #2679 for supporting searching for symbols in libraries. Please upvote the idea if you'd like to see it being supported, thanks!

@StellaHuang95 StellaHuang95 added enhancement New feature or request and removed triage-needed needs repro Issue has not been reproduced yet labels Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants