Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Git Blame AnnotationsNew to Visual Studio Code? Get it now.
Git Blame Annotations

Git Blame Annotations

lkqm

|
667 installs
| (3) | Free
Display git blame in editor gutter like JetBrains IDEs
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Blame Annotations

Display git blame in editor gutter like JetBrains IDEs. main

Features

  • Display commit information for each line.
  • Hover for commit information.
  • Click to view commit changes.

Usage

  1. Install Git Blame Annotations extension.
  2. Right-click menu on line numbers.
  3. Click "Annotate with Git Blame" or "Close Annotations".
  4. Hover annotation view commit detail.

Commands

  • git.blame.toggle - Toggle Annotations (shortcut: ctrl+alt+b)
  • git.blame.show - Annotate with Git Blame
  • git.blame.hide - Close Annotations(shortcut: Esc)

Develop

# Run & Debug
npm install
npm run compile

# Build
npm install -g @vscode/vsce
vsce package

# Publish
vsce login <publisher>
vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft