Sublime Forum

Plugin to highlight lines comitted by particular users?

#1

Anyone know of anything like this, or something similar I could hack on?

Something like GitGutter except it will indicate lines committed by particular subset of authors. For example, highlight lines where the git blame shows it was committed by people with "@apple.com" in their email address.

0 Likes

#2

Sublime Merge’s blame function does exactly that.

0 Likes

#3

Unless I’m missing something

  1. It just shows the git blame, which is not what I’m after

  2. It doesn’t show anything in Sublime Text directly

0 Likes

#4

You could add this feature pretty easily to the “Blame All (Lines)” mode of the following package. Maybe have a regex for domains in the settings file, and via CSS, change the background color of the phantom bubbles that match.

1 Like