mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.89k stars 243 forks source link

Hover over commit description to see the whole commit description #784

Open j-adel opened 10 months ago

j-adel commented 10 months ago

When hovering over one of the commit descriptions in the graph, it'd be great if we could see the whole description as a hint mouse popup. This would be perfect when you have one of the commits open and would like to lookup some info in some other commit. Thanks a lot for the awesome plugin!