microsoft/vscode-jupyter-keymap

Jupyter show tooltip shortcut (Shift + Tab) not available

Opened this issue · 5 comments

It appears the show tooltip short cut (Shift + Tab) is not available in this keymap. Is there a plan to add this?

We'll take take that feature request onboard.
For now you can achieve the same by configuring VS Code manually.

We'll take take that feature request onboard. For now you can achieve the same by configuring VS Code manually.

Thank you. Can you please advise how this can be set manually in vscode?

We'll take take that feature request onboard. For now you can achieve the same by configuring VS Code manually.

how can that be set manually with vscode?

I'm sorry, I may have misunderstood the request.
What is SHIFT+TAB supposed to do?
I ws merely suggesting adding keyboard shortcuts via VS Code, but its possible the feature (that you get from SHIFT+TAB in jupyter) is what's required

It shows the docstring of the method, e.g. see https://discourse.jupyter.org/t/most-useful-keyboard-shortcuts-for-notebook-lab/18113
gif is from link above
Alt Text

it's basically what moving cursor over object does (I believe it's a functionality of pylance or intellisense), but being able to get the docstring like that with a shortcut would be very useful