Sertion / vscode-gitblame

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

[feature request] Inline view of gitblame #94

Closed kramarz89 closed 1 year ago

kramarz89 commented 3 years ago

Hi,

Would really like to see the blame inline instead of bottom of the screen, would that be possible?

Thanks!

Sertion commented 3 years ago

Hello Adam.

Thank you for the request.

If this is a feature you would like I believe it is available in GitLens.

kramarz89 commented 3 years ago

Completely right, However I prefer yours :D Since that's the only feature I need, and other gitlens features break stuff in my environment, had to disable the addon completely

BR, Adam

śr., 28 paź 2020 o 19:26 Albin Jacobsson notifications@github.com napisał(a):

Hello Adam.

Thank you for the request.

If this is a feature you would like I believe it is available in GitLens https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sertion/vscode-gitblame/issues/94#issuecomment-718124989, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABR2HXAB22XHZ7XM6AWTVWTSNBO7BANCNFSM4TAPQKKQ .

Sertion commented 3 years ago

I am not able to look into this for a while, but I will leave the ticket open.

I think window.createTextEditorDecorationType is used for this type of feature.

f4n0 commented 1 year ago

Hi, It will be very useful for me too! I've created a fork and added this feature, if you like it I could create a pull request

https://github.com/f4n0/vscode-gitblame

Let me know if this helps you!

Sertion commented 1 year ago

Hey f4n0. Looks good so far.

If you create a PR I can have a look and do some clean up.

If you want to do it yourself here are some comments:

f4n0 commented 1 year ago

I've modified it as you asked! (sorry but I'm not in the world of vscode extension developments!)

andrewk-grabyo commented 1 year ago

Excited to see this extension get the inline blame feature!

JuanEL0 commented 1 year ago

This extension is really great, and like @kramarz89 I just want the inline blame so thanks @f4n0 for your time and effort

Sertion commented 1 year ago

I just uploaded the new version to the marketplace. It sometimes can take a few hours for it to appear for everyone.

If you want to enable the feature there is a setting.

Thank you to everyone for your help and to @f4n0 specifically for the great PR!

JuanEL0 commented 1 year ago

Awesome extension, thank you @Sertion!!!