-
Notifications
You must be signed in to change notification settings - Fork 29.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor hover can overflow to top of screen #60534
Comments
(Experimental duplicate detection) |
Since I am using VS Code 1.28, the vscodebot once again provides worthless information. The suggested issue has absolutely nothing to do with the issue I raise!! |
This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. Happy Coding! |
The bot can be understood since this issue is about the flutter extension, please file the issue against this repository. |
@egamma I'm the author of the extension and advised @gggustafson to post here. I don't know how the extension can control this (I actually raised a similar bug years ago -> #10051). If you believe I can fix this, please give me a pointer. |
@DanTup I´m deeply sorry you are absolutely right. |
/duplicate #57088 |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
@gggustafson Thanks for the heads up. |
I am using flutter/dart in VS Code on Windows 7 SP1
When I hover over a recognized object, a tooltip popup appears. A problem is that if the object over which I hover is close to the top of the screen, the tooltip appears too far up; its top contents are hidden; and I have to reposition the object lower on the screen.
The first image displays the tooltip positioning problem. I have hovered over Column (line 78) where Column is near the top of the screen.
The second image displays the tooltip when Column has been scrolled downward towards the center of the screen.
It appears that tooltips require 9 lines. So through simple computations, the tooltip could be placed so that all 9 lines of the tooltip appear near the object it is discussing without clipping.
The text was updated successfully, but these errors were encountered: