Open
Description
Popups as a whole have some usability problems as of now (most of them due to the window being small):
- Rendering on top of the cursor and obstructing the current editing line, commonly happens with auto completion popup
- Auto completion documentation taking up half the screen and potentially rendering over the cursor (Refactor completion doc popup and fix positioning #5842)
- Signature help overlapping with auto completion popup (Only render the auto-complete menu if it intersects with signature help #5523)
- Scrolling inside the popup doesn't scroll the contents (Support scrolling popup contents using mouse #10053)
- Scrolling/clicking outside the popup doesn't dismiss it (Handle mouse events based on pointer focus for popups #10126)