Skip to content
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

Make Ctrl-Hover available with keyboard #46257

Closed
mbenkmann opened this issue Mar 21, 2018 · 7 comments
Closed

Make Ctrl-Hover available with keyboard #46257

mbenkmann opened this issue Mar 21, 2018 · 7 comments
Assignees
Labels
editor-contrib Editor collection of extras feature-request Request for new features or functionality verified Verification succeeded
Milestone

Comments

@mbenkmann
Copy link

  • VSCode Version: 1.21.1
  • OS Version: Linux

Currently VS Code offers "editor.action.showHover" for keyboard accessibility of the mouse hover. It would be useful to offer the hover popup that is shown when the Control-key is held while the mouse is hovering over a symbol. In fact I see no reason not to make "editor.action.showHover" show that hover all the time. At least in Python context the Ctrl-Hover seems to be always preferable as it seems to show everything the normal hover shows PLUS additional information.

@vscodebot vscodebot bot added editor editor-contrib Editor collection of extras labels Mar 21, 2018
@Tyriar Tyriar added the accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues label Mar 22, 2018
@alexdima alexdima added feature-request Request for new features or functionality and removed editor labels Mar 28, 2018
@alexdima alexdima added this to the Backlog milestone Mar 28, 2018
@alexdima
Copy link
Member

Workaround: peek definition via Alt+F12, go to definition via F12

@alexdima alexdima removed their assignment Mar 28, 2018
@mbenkmann
Copy link
Author

I know these functions, but they're not as nice as the hover.

@TeChn4K
Copy link

TeChn4K commented May 4, 2019

Ctrl + hover to trigger the showHover action would be awesome!
Did you find any workaround @mbenkmann ?

@isidorn isidorn removed the accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues label Jun 18, 2019
@lucask42
Copy link

I would also like this feature, is there a possibility this PR will get revived? #59260

@sbatten
Copy link
Member

sbatten commented Oct 28, 2019

Verification Steps:

  1. Use the new command Show Control Hover.
  2. Compare with Control + Mouse Hover.
  3. Try using both.

@josedh
Copy link

josedh commented Oct 29, 2019

So I'm assuming, once this is verified, that it will be released on a near future release of vscode?

@sbatten
Copy link
Member

sbatten commented Oct 29, 2019

@josedh this is actually in VS Code Insiders today.

@miguelsolorio miguelsolorio added verified Verification succeeded and removed verification-needed Verification of issue is requested labels Oct 29, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-contrib Editor collection of extras feature-request Request for new features or functionality verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants