Sublime Forum

What's the name of the inline Git info thingy

#1

Hi there!

I discovered an awesome feature, so that if you click on a line ,you get an inline comment with the git info regarding that line:

This is really convenient. However, it doesn’t work for PHP files, and PHP files only.
And for the love of me, I can’t get the name of that feature to guess why it’s not activated in that case. It’s not described in the git plugin, I haven’t found it in the sublime changelog…

Do you have any idea?

0 Likes

Remove Git Blame for each line
#2

That is actually part of GitGutter: https://github.com/jisaacks/GitGutter/releases/tag/1.9.0

0 Likes

#3

Thanks a lot!
Edit: And since the changelog is very well described, I found the problem. Toggling the word wrap fixed my problem.

0 Likes