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

editor.hover.enabled is annoying sometimes #79601

Closed
n8crwlr opened this issue Aug 21, 2019 · 1 comment
Closed

editor.hover.enabled is annoying sometimes #79601

n8crwlr opened this issue Aug 21, 2019 · 1 comment
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-hover Editor mouse hover

Comments

@n8crwlr
Copy link

n8crwlr commented Aug 21, 2019

Hello,

in relation to #52821 (comment) i feel that the hover popup options should be optimized.

Principially, hover popup can be enabled for mouse or with Key CTRL+K, CTRL+I

The first one, "editor.hover.enabled": true shows it after delay every time mouse hovers, the second one, CTRL+K, CTRL+I, opens the popup, but as far as i move the mouse cursor, the popup hides, even if "editor.hover.sticky": true is set.

There are dozens of popup places in code, so, permanently moving with mouse over them can be irritating and to wait a long delay is not best option. Keying CTRL+K, CTRL+I is sometimes ok, but cursor must be placed before.

My intention is to get mouse cursor plus CTRL:

  • clicking is Go to definition
  • holding over the word opens hover popup

Actually, CTRL|CMD + mouse cursor is only bound to onclick event, if i am correct.

That addition would feel good to me.

@RMacfarlane RMacfarlane added the editor-hover Editor mouse hover label Aug 22, 2019
@RMacfarlane
Copy link
Contributor

I believe this is a duplicate of #43857, let me know if it's not quite the same. Thanks!

@RMacfarlane RMacfarlane added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 22, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-hover Editor mouse hover
Projects
None yet
Development

No branches or pull requests

2 participants