gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
http://gitkraken.com/gitlens
Other
9.04k stars 1.35k forks source link

Start Work: add hover tooltip on an issue item #3743

Closed sergeibbb closed 5 days ago

sergeibbb commented 1 week ago

This issue is a follow-up of #3621

The problem

The issue description/body is not showing in the hover tooltip of each issue. We used to have this at the "confirm" step where you could choose an action on that issue, but since that step is gone now, there is no way to read the issue description without opening the issue.

The solution

We should have the current description, and then a blank line, and then the issue body, so that the current description lines show as they are now in the quickpick but if you hover over one of them, you can see the full issue body in the tooltip.

Image

sergeibbb commented 1 week ago

@axosoft-ramint

a blank line doesn't look good:

Do you know how to fix it?

axosoft-ramint commented 1 week ago

a blank line doesn't look good

Do you know how to fix it?

@sergeibbb How are you creating the blank line? I suggest padding with a ton of whitespace characters rather than just using a line-break, but not sure if you've tried that already here.

sergeibbb commented 1 week ago

@axosoft-ramint

Spaces work almost nice. But it shows ellipsis: