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

Interactive Variables View, possibility to search by name with a shortcut, similar to Spyder variable explorer #14842

Closed
nemar3 opened this issue Dec 3, 2023 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality

Comments

@nemar3
Copy link

nemar3 commented Dec 3, 2023

When running python code in VS Code on interactive mode, there's a Variables view, that has name, type ,size , value.
there can be many variables in this view, currently in order to locate the variable by name, I have to scroll up and down.
Spyder has a similar functionality :variable explorer, but in there I can search by name typing cntr+F.
Would be great to have something similar in VS Code

@nemar3 nemar3 added the feature-request Request for new features or functionality label Dec 3, 2023
@DonJayamanne DonJayamanne assigned amunger and unassigned DonJayamanne Dec 4, 2023
@amunger
Copy link
Contributor

amunger commented Dec 4, 2023

We are currently in the process of building out a variable view for kernels/notebooks in vscode core. With a tree view for the variables, we should be able to include search functionality.
microsoft/vscode#165445
microsoft/vscode#146748

@amunger amunger closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants