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
Hi:
I use vscode with python official extension. When you call a function call, that will be a docstring toggled above, which helps you type the following params. But there doesn't exist a shortcut for manually toggle the docstring again when the cursor(mouse) inside the function call brackets(). The shortcut for "show Hover" only works when you move your mouse to the function name, that's very inconvenient.
You are typing your params and you want to toggle or hide the docstring mannually but not moving your mouse to the function name then show up it.
Any help would be much appreciated! Thank you!
The text was updated successfully, but these errors were encountered:
Hi! Thanks for your comment. Thectrl+k plus ctrl+I is a default key binding for "show hover" and as I mentioned it will not work when your mouse is inside a function call brackets.
Hi:

I use vscode with python official extension. When you call a function call, that will be a docstring toggled above, which helps you type the following params. But there doesn't exist a shortcut for manually toggle the docstring again when the cursor(mouse) inside the function call brackets(). The shortcut for "show Hover" only works when you move your mouse to the function name, that's very inconvenient.
You are typing your params and you want to toggle or hide the docstring mannually but not moving your mouse to the function name then show up it.
Any help would be much appreciated! Thank you!
The text was updated successfully, but these errors were encountered: