Sertion / vscode-gitblame

Visual Studio Code Extension - See Git Blame info in status bar.
https://marketplace.visualstudio.com/items/waderyan.gitblame
MIT License
75 stars 32 forks source link

Highlight lines related to the current lines commit #7

Closed Sertion closed 6 years ago

Sertion commented 7 years ago

Maybe we can use setDecorations to highlight lines related to the current lines commit. Add it behind a setting that is disabled by default.

It has been requested for a long time.

Sertion commented 7 years ago

nogoodstyle

I have done some work here, but I can't find a style that looks even close to good.

Sertion commented 7 years ago

There is a branch with the functionality started.

Only two things left:

Sertion commented 6 years ago

With the new design for the info boxes this will be even harder to figure out. If this is wanted by anybody and they are willing to build it, please feel free to create a pull request in the future. Until then this issue is closed.