sourcegraph/sourcegraph-git-extras

Expect blame info to appear on selected line

nicksnyder opened this issue · 2 comments

Currently, blame info only appears on lines where the blame information has changed from the previous line. The previous behavior was to show it on the selected line, which I found more useful.

image

Extensions will need a way to determine which line is currently selected, or perhaps more generally where the cursor/selection is (similar to https://github.com/sourcegraph/sourcegraph-extension-api/issues/112)