New vscode user here. Just discovered the python interactive mode in the vscode-jupyter extension and it seems quite powerful.
I was wondering if it is possible to implement a shortcut that will open the data viewer window associated with the dataframe under the cursor?
Here is a quick sketch of what the workflow can look like
df
df
is not yet defined
df
in the jupyter: variables tab
df
I am willing to take a shot at implementing this shortcut, but as stated above, I am quite a newbie in vscode. Before getting started I would therefore love to hear from you if it is difficult to implement this shortcut (or even simply feasible)? Are the required functions exposed by the vscode-jupyter API?
Any other pointers that can help me are of course very welcome :)
It seems impossible for now, and it's illogic, as you need to select the variable which you want to expose.