ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Blame Explorer

by gatopeich ST3

Seamlessly explore code's authorship and history from Sublime Text's gutter

Details

Installs

  • Total 3K
  • Win 554
  • Mac 1K
  • Linux 704
Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6
Windows 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0
Mac 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 2 0 0 1 0 2
Linux 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 2 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0

Readme

Source
raw.​githubusercontent.​com

Blame Explorer for Sublime Text 3

Seamlessly explore code's authorship and history from Sublime Text's gutter, just hovering over the line number.

Additionally, this plugin displays the diff chunk for the chosen line, if uncommitted changes are present.

Useful while working on years-old or poorly documented code, where one is frequently wondering about the reasons behind misterious/obfuscated expressions.

Usage

Hover the pointer over the interesting line's number. SuBlame will fetch the file's “blame” history, then display the change log for the commit where the line was last changed.

  • SVN and GIT are currently supported
  • Potentially slow operations are performed in background, with results cached
  • File must be saved for diff feature to display correct output

For the diff functionality to be more handy, combine with any of the plugins that highlight changed lines on the gutter, like “VCS Gutter”, “GitGutter”, or “Modific”.

Screenshots

Blame functionality:

blame screenshot

Diff functionality:

diff screenshot