Display git blame in editor gutter like JetBrains IDEs.
- Display commit information for each line.
- Hover for commit information.
- Click to view commit changes.
- Install
Git Blame Annotations
extension. - Right-click menu on line numbers.
- Click "Annotate with Git Blame" or "Close Annotations".
- Hover annotation view commit detail.
git.blame.toggle
- Toggle Annotations (shortcut: ctrl+alt+b)git.blame.show
- Annotate with Git Blamegit.blame.hide
- Close Annotations(shortcut: Esc)
# Run & Debug
npm install
npm run compile
# Build
npm install -g @vscode/vsce
vsce package
# Publish
vsce login <publisher>
vsce publish