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.
- The mouse cursor is where the big red arrow is pointing.
Steps to Reproduce:
- Open the
settings.json
- Place the cursor in of of the settings
Reproduces without extensions: Yes/No
Related threads:
Issue Analytics
- State:
- Created 6 years ago
- Reactions:70
- Comments:35 (11 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.