-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Show tooltip bellow the mouse cursor, instead of above it #30797
Comments
We don't have a setting for this while we decide where to show the hover internally, for example, if you hover on code in the first line and there is no space above the cursor then we show the hover below the line. |
But internally you prefer to show them above. For example, if the space both above and bellow are available, you decide for above. This is really annoying, and is the opposite for other editors as Sublime Text, which favors to show bellow: Most my vision is focused on what is above of the cursors, so favoring it to show above simply blocks my vision field. Hence would be very welcome this issue be a enhancement setting for the internal algorithm to favor bellow the cursor: , over the above the cursor: |
Reopen this and see ppl's feedback on this. @evandrocoan Thank you for your patience and detailed info. |
Wholeheartedly agree. Its extremely frustrating having the previous 4 lines of code obscured by the tooltips when it could just be placed below where Im typing in the empty space. Please allow us to choose above of below at the very least! cheers! |
I completely agree. This is annoying as hell. Blocks my view of the code lines above. I need to see those. I don't care what is below. Having to move the cursor away just so that I can see what I have written above is poor UX |
VS code is awesome, thanks to the contributors for all your work! That said,these tool tips are driving me nuts! I've never been bothered by intellisense before, and I actually rely on it, so I don't want to turn it off. Like most other people have said, showing tips above the line makes it hard to tell what I'm doing. |
Do we have a solution for this now? Showing tooltip above the cursor does block my view of code lines above. Though tooltip is useful, I still have to turn it off since I found no way to make it show below the cursor. To turn off this, open
|
Is it possible to make an extension for this while we wait? |
Yep, whatever productivity I might have gained from having the tooltip is lost because I have to hit escape repeatedly to close it. Because not only it blocks view, but also reappears every time I hit a comma in an argument list for example. |
This is similar to #33752 |
Whole heatedly agree! I'd be happy to work on this if someone can point me in some vague direction on where to begin exploring (I've not dug into the VSCode source, but would absolutely love to contribute). |
Would still love to see this worked on, I am with @dustinfast if someone could point me where to start looking I could help out. |
Any movement on this? Would love to be using tooltips, but currently have them off for this reason. |
Would love to see tooltips below as well. Disabling for now. |
Same issue. One of a handful that now made me go back to ST3. How is this 2 years open and still not fixed, at least with a settings option? |
@rebornix Is this enough feedback? Please implement this as an option or allows us to change the default somehow. |
@misolori if I remember correctly, we have an issue tracking the experiments of Hovers/Suggestions/ParameterHints, right? |
Can I clarify. Do we upvote the vscodebot comment, or the original comment? |
@tomboland please upvote the original comment |
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
Only took 3 years! |
A bar/panel at the bottom of the editor that would appear with no delay could do the trick too. But with the new flexible layout released in may 2020, a parameter info view that one can move everywhere would be nice too. Maybe a new activity being oriented towards code documentation that would implements the current parameter info tooltip as well as other documentation aggregator like DevDocs would be nice and complete. I have a workaround to have access to this info tooltip without being annoyed by them. I explain it here #102198 because this highlighted another bug. Here are other related issues more or less duplicate : #33752, #16221 (an awesome feature suggestion), #15667, #51253, #63144. |
It's sooo sad that this is now unassigned 😫😭. Can't believe that none of the VS Code developers find this so incredibly annoying that they haven't made it their personal number one priority to get it "fixed". I'd be perfectly happy with almost any change in the position... always in the upper corner, always in any other corner, always below (even if it crashes VS Code!). Any annoying behaviour resulting from such a fix can be fixed by a simple habit change: just make sure the lines you're currently editing is not in a place where the new behaviour will trigger the problem. Any suggested place to raise the issue to get more upvotes? It's killing me! |
Meanwhile it gets fixed someday you can disable this tooltip and replace with extension that show its content in a panel. Or add very long delay and check the shortkey to show it when needed. |
Come on vs-code you can do this!! (Or have you done this already and I can't find the toggle ): |
PR here: #127609 |
…ring below be the new default (#30797)
Thanks to @Timmmm 's PR, there is now a setting |
@Pingear it looks like your view of code is being obstructed by the additional help for the item highlighted in the completion list. When that list is open, press Ctrl/Cmd+space to toggle that additional help off. |
@Pingear That isn't technically a tooltip so I don't think it's related to this option. Maybe worth another issue if you think it can be improved. Your recording does look a little annoying but I can't say I've ever got annoyed by it. |
This issue has been fixed as is written here: #30797 (comment) and will be closed. The new setting |
Help tool tip should be placed bellow the mouse cursor on the
settings.json
file, instead of above item. For me it is horribly confusing putting it above it, beyond blocking my vision, as I read what is above my mouse cursor, not bellow it. Perhaps a setting to configure this behavior.Steps to Reproduce:
settings.json
Reproduces without extensions: Yes/No
Related threads:
The text was updated successfully, but these errors were encountered: