question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Show tooltip bellow the mouse cursor, instead of above it

See original GitHub issue
  • 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

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:70
  • Comments:35 (11 by maintainers)

github_iconTop GitHub Comments

24reactions
a-heryanicommented, Jan 11, 2018

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

22reactions
jaymcgrathcommented, Mar 24, 2018

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

HTML-Tooltip position relative to mouse pointer - css
One solution for multiple elements is to update all tooltip span 's and setting them under the cursor on mouse move. jsFiddle var...
Read more >
In firefox the mouse pointer covers the tooltip, how do i change ...
Ideally the choice would be to put the tooltip above the mouse pointer rather than below. When you increase the size of the...
Read more >
How to Show, Position, and Style a Tooltip in HTML and CSS?
A tooltip is referred to as an element that provides extra information about an element every time a mouse cursor is brought over...
Read more >
About Tooltip Controls - Win32 apps | Microsoft Learn
Tooltips appear automatically, or pop up, when the user pauses the mouse pointer over a tool or some other UI element. The tooltip...
Read more >
CSS Tooltip - W3Schools
HTML: Use a container element (like <div>) and add the "tooltip" class to it. When the user mouse over this <div>, it will...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found