-
Notifications
You must be signed in to change notification settings - Fork 16
Add support for showing inline blames #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This isn't working for me at all. I'm on OSX and no console output. |
Ah, it does work, it's just slow? |
@jbrooksuk I believe it may be a little slow because i use the The downside here is causing UI jank. I'll need to make sure its performant on larger files before we can merge. |
An option to keep this feature on by default would be 👌 |
For now i just wanted to test the feature worked as expected. |
I haven't had a chance to try it yet, but it looks good from the demo. Hopefully one day there will be a way to include blank lines, but I can't remember the last time I was interested in blaming a blank line, so it's an acceptable compromise. A couple of other comments:
|
This could be done using template strings though, that'd be neat. |
Sounds good.
I agree the idea is easy but i think let's keep this PR small and have that in another PR. |
Can we have an option to have this enabled all of the time? |
I don't see why not. I haven't gotten around to having settings just yet but can set that up later tonight. |
A couple of additional things I've noticed:
|
Looking for help to finish off this pull request, if anyone is interested poke me and I'll set it up. |
@psykzz Apologies, I did not notice this PR has been laying open for so long. Are you still migrated away from Sublime Text? I'm pretty sure there will be tons of merge conflicts even after I revert some stuff, so maybe we should just close out this PR? The diff will still be on record to refer to in future if implementing this style of feature. |
@frou I have yeah, pretty much migrated to VSC today. Happy to close it off. 👍 |
Fixes #24
Fixes #29