Sertion / vscode-gitblame

Visual Studio Code Extension - See Git Blame info in status bar.
https://marketplace.visualstudio.com/items/waderyan.gitblame
MIT License
72 stars 31 forks source link

Add token for current line number #117

Closed taylor-literaseed closed 2 years ago

taylor-literaseed commented 2 years ago

Added file.line which returns string version of line number of active editor's selection (or '0' if there is no valid editor). Useful for jumping to matching position in blame of large files.

Sertion commented 2 years ago

Hey Taylor. Thank you for the pull request! Looks very good.

I don't know when the next release will be, but this will be part of it.