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
2.02k stars 270 forks source link

Freeze Panes while scrolling. #717

Open MarcoFilimon opened 2 years ago

MarcoFilimon commented 2 years ago

Describe the feature that you'd like When I scroll through the project history, sometimes I want to re-size some columns (eg: Graph) for a better view. To do that I need to scroll back up and then back again where I was initially. Is it possible to implement something like in Excel where we can Freeze a certain row to make it always visible while you scroll? Or just make the re-size of columns possible anywhere.

image

CraigL-Synex commented 2 years ago

I second this request. Very regularly I need to swtich repos in the Git Graph view after finding an earlier commit and scrolling back to the top to get to that (and other controls) is somewhat time consuming and causes extra steps.

goldingp commented 10 months ago

+1 this feature request

mannfuri commented 10 months ago

need this +1

mannfuri commented 10 months ago

https://github.com/mhutchie/vscode-git-graph/issues/132

mannfuri commented 10 months ago

https://github.com/mhutchie/vscode-git-graph/pull/394#issuecomment-1091472469

this may help