You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: