-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Scrolling hover popup with keyboard #69836
Comments
Hmm interesting, I did not know that there is a shortcut to open hover :) |
We never focus hover and any key press or mouse move will hide the hover. @alexandrudima Moving this to you, let me know if I have to do anything. |
Press alt+f1 and notice that the hover is focused.. or at least no key press hide it. But you still can't scroll the content inside. |
Ok, I see.. How about a new "editor.action.showHoverFocused" or something like that? And if focused, make it scrollable with keyboard. |
@alexandrudima in 1.32 |
@alexdreptu the default has been |
@rbenson yes but you could close it using |
Is their a workaround to scroll the hover tooltip without the mouse, currently? |
I can't understand why this topic is abandoned. |
As a Keyboard shortcut addictive user, If this feature is added, It would be really enjoyable. |
Is there any progress on this? |
1 similar comment
Is there any progress on this? |
Same problem here :( |
It would be very nice (especially for |
I also want this feature, tell me if I can help on something. For now I have configured my keyboard (ErgoDox) to simulate mouse wheel up and down, that's odd. |
Sure, in 5 years. If only neovim had more plugins... |
Is this something that someone w/ zero knowledge of the vscode code base could fix in reasonable time? Has anyone looked into the problem? Would definitely need some pointers before even attempting. |
God help us |
I spent 1 hour trying to come with a solution but sadly. I still need to use mouse. What functionality is used to scroll with mouse? If we can detect that, then we can map that to keybiindings |
There should be some api to jump in and out of "hover widget" when we are in hover widget treat like a normal editor..????? |
I think there's no bindings for scrolling in the hover window.
The hover window is just a widget. VSCode is just a web broswer
anyway...
So it just listens to mouse event and scrolls...
Sheharyar ***@***.***> writes:
… I spent 1 hour trying to come with a solution but sadly. I still need
to use mouse.
What functionality is used to scroll with mouse? If we can detect
that, then we can map that to keybiindings
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Hi all, thank you all for your patience. A PR will soon be merged to solve this issue, which you may track here: #176057. Thank you all for your participation and we apologize for the development delay. |
can anybody tell me how to use this, |
Hi @heartacker, thanks for commenting. Are you on VS Code or VS Code Insiders? The feature will come out in the stable build next month but is already available in Insiders. You may also be experiencing this due to a regression that is fixed here: #176740. Let me know when the new Insiders build of VS Code comes out, by tomorrow, if you are still experiencing issues. |
@aiday-mar thanks and the latest version work now but there are some questions and suggestion
|
There is a setting Turn that on, and you can move your mouse onto the tooltip, and scroll it. |
no , that is not my meaning, the situation is that when the hover is pinned and when we use mouse to click other words, the hover still be show and DO be pinned |
Hi there! I'm glad to see this feature landing in the March 2023 update. However, as I use the vim plugin, I actually use "vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["K"],
"commands": ["editor.action.showHover"]
},
] Now that the description of the command has been changed to I'm not sure if this is the right place to report. |
As @heartacker mentioned moving cursor around inside popup and selecting text with it would be very handy. |
It's already possible to create a keyboard shortcut to trigger a hover popup window with keyboard.. But mouse is still required to scroll the windows.
The text was updated successfully, but these errors were encountered: