Add InlineGitBlame to Package Control#9410
Conversation
|
FWIW, GitGutter optionally shows blame info inline and in statusbar. |
|
Yes, i just created such a package, because i do not use most of it's features. I want this to be a standalone package for inline blames. There are still things to work on, but I thought it's in a shape already that could be published. |
|
That looks fantastic! Let's see what the reviewer bot says. LGTM! @braver (braver is not the bot.) |
That's not a standard name, and then you must set ... the key ... "user_file"? The reviewer will know that. Also add them to "commands", the
(https://github.com/kaste/KissReloader) so that the package hot-reloads if you ship updates.
|
🤣 |
|
This PR adds InlineGitBlame. Review for InlineGitBlame main-a0fc959-2026.05.08.11.14.00Repository: https://github.com/akostoth02/ST-InlineGitBlame |
|
I update the reviewer. The culprit is that "Inline Git Blame" is used but the package name is "InlineGitBlame". |
My package is similar to Git Blame, however I would like to add it, because it shows the blame inline without any direct trigger. It works just like in VS Code for example. Similar, but still different :)
Also planning to add more useful features, maybe the exact change made for the line with the last commit. However i will try to keep it lean, as all things should be.