Search code examples
atom-editorgit-blame

Current line blame in Atom editor


There's a feature in VS Code's GitLense extension that I'm trying to find the equivalent for with Atom. It's the current line blame feature.

I have installed the Atom blame package which works, but is slow to load for large files with a large number of commits on them.

Is there anything in Atom or any package that will show blame for just the current line?


Solution

  • Eh, just didn't search hard enough. I just found this package which is fairly close. While it's not inline (displays via tooltip) it is fast, and has a link to the commit on the web as a bonus.