-
Notifications
You must be signed in to change notification settings - Fork 137
Description
Using Golang, but apparently this is the same in other languages. Most often have to jump to an empty line before jumping to a position where I want to show the documentation - otherwise the size of the frame will be too narrow, or too short to show all of the documentation.
Sometimes it's correct width though, and sometimes it's as tall (really tall) as the documentation, and sometimes it's reasonably tall and i can scroll with my wheel to read the long docs, which is fine.
From asking at the official chat, it seems that I'm not the only one with this issue.
Sometimes when the frame has been drawn correctly for a doc string, and when a next shorter doc string is shown, it's like the frame just moves right, so the text is placed correctly, but the frame is just transposed to the new (x,y) upper left corner without changing the size, and thus the right border line of the frame is hidden outside of the right end of the buffer.