-
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
Disable hover in editor #19988
Comments
Unofficial (hence the squiggle you'll get), but here goes: |
Works quite well, thank you! Its not that the hover-informations are bad, they just pop up everywhere :) |
It isn't user configurable, the delays is hard-coded to 300ms. |
Incredible. I was just looking for this. The HTML and CSS hovers are way too verbose. I've been working with CSS for a while, I know what What would be better is if the popups could be triggered by some other, more intentional means, such as a keyboard shortcut. I'd hazard a guess that 95% of the time, the user wants information provided by the popup after actively deciding to find it. The hover action does not convey this degree of intention. |
At least on linux it is |
Brilliant 👍 Thank you. |
I get an error-message when doing so: |
@misantronic Confirmed. Reloading the window does not resolve the issue. |
@misantronic @WoodyWoodsta I position the cursor at the position I'm interested in and press Perhaps there's something more to it? (to get |
After looking around, it appears that the keybind works after setting |
In my opinion, editor hovers could benefit from having more configuration. For example, hovers on linter errors are incredibly helpful (required, in fact, unless you want to keep opening the errors pane), but html tag info: not so much. Typescript-like info in a normal Javascript file is also a question mark in my mind. It is unfortunate that it is an all-or-nothing choice (and an unofficial one too). I am unsure of the mechanism behind hovers, but if this is something worth discussing further, then should a new issue be opened? |
@alexandrudima I am on mac and supossed to press ctrl + J. Whenever I do set the error-message pops up. Might be a mac issue? @WoodyWoodsta I totally agree on that. |
I'm in the same boat, any solution to this? I also get |
See #32786 |
This is super annoying. |
@amackintosh Problems can also be viewed in the problems panel (View > Problems) or in the editor via F8/Shift-F8 |
Thanks, but that is not efficient. I want every tool tip except this one: The fastest possible solution would be to increase the hover time to like 500-1000ms, because it comes up pretty much instantly and prevents selecting text above the hover-triggering-text the mouse passes through. I would like to see either of the following:
The best solution would be to make user-definable hover settings available and for each tooltip type. Here is another screenshot to illustrate: |
@amackintosh The last screenshot is of parameter hints. |
Yes we have a few issues tracking improving display of complex types: |
Steps to Reproduce:
Just as described in https://code.visualstudio.com/docs/editor/editingevolved#_hover
Is there a way to disable it or at least set a delay?
I find myself in many situations where this just blocks my view.
The text was updated successfully, but these errors were encountered: