Microsoft/vscode

Verbose Hover: Hover jumps when there is not enough space

Open

#211,063 opened on Apr 23, 2024

View on GitHub
 (3 comments) (0 reactions) (1 assignee)TypeScript (10,221 forks)batch import
editor-hoverfeature-requesthelp wanted

Repository metrics

Stars
 (74,848 stars)
PR merge metrics
 (Avg merge 11h 43m) (1,000 merged PRs in 30d)

Description

Testing #210904

When the hover grows and there is no more space at the top of the window the hover jumps to be displayed below the line for which the hover is provided. I'm not sure if there is a simple way to solve this problem, but the user experience would be much nicer if this would not happen.

https://github.com/microsoft/vscode/assets/44439583/281aa55d-bf45-4757-8a4f-1f07c908e665

Contributor guide