Vscode: Show tooltip bellow the mouse cursor, instead of above it

Created on 16 Jul 2017  Â·  24Comments  Â·  Source: microsoft/vscode

  • VSCode Version: 1.14.1
  • OS Version: Windows 10 build 15063

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.

image

  • The mouse cursor is where the big red arrow is pointing.

Steps to Reproduce:

  1. Open the settings.json
  2. Place the cursor in of of the settings


Reproduces without extensions: Yes/No


Related threads:

  1. Disable tooltip hint in Visual Studio Code
editor-hover feature-request

Most helpful comment

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

All 24 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:

image

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:

image

, 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 User Settings and add the following line:

"editor.parameterHints": false

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.
Real shame because VS Code deals with Python really well and the hints are useful :(

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?

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Can I clarify. Do we upvote the vscodebot comment, or the original comment?

@tomboland please upvote the original comment

:slightly_smiling_face: 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.

Was this page helpful?
0 / 5 - 0 ratings