awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

VS Code Git Blame Extensions

Ranking updated Jun 30, 2026

For a VS Code extension for inline git annotations, the strongest matches are gitkraken/vscode-gitlens (GitLens is the leading VS Code extension for inline), lewis6991/gitsigns.nvim (While Gitsigns) and go-git/go-git (go-git is a Go library for Git operations, not). Each is ranked by relevance to your query, popularity and recent activity.

These extensions display inline git commit annotations and authorship details directly within your code editor.

VS Code Git Blame Extensions

Find the best repos with AI.We'll search the best matching repositories with AI.
  • gitkraken/vscode-gitlensgitkraken avatar

    gitkraken/vscode-gitlens

    9,846View on GitHub↗

    GitLens is a Git extension for VS Code that brings inline blame annotations, CodeLens authorship information, and an interactive commit graph directly into the editor. It provides a visual timeline of repository history with color-coded branch relationships, search, and filtering, alongside file-level annotations that show who last changed each line and why. The extension also functions as a cross-provider pull request manager, integrating with GitHub, GitLab, Bitbucket, and Azure DevOps to centralize PR and issue tracking within the IDE. What distinguishes GitLens is its AI-powered Git assis

    GitLens is the leading VS Code extension for inline git blame annotations, offering per-line author and commit details, clickable annotations, and seamless integration with VS Code's Git—exactly what this search calls for, with comprehensive feature coverage.

    TypeScriptInline Blame Annotations
    View on GitHub↗9,846
  • lewis6991/gitsigns.nvimlewis6991 avatar

    lewis6991/gitsigns.nvim

    6,575View on GitHub↗

    Gitsigns.nvim is a Neovim plugin that integrates Git diff visualization, blame annotations, and hunk-based staging directly into the editor buffer. It renders add, modify, and delete indicators in the sign column for tracked files, and provides inline or popup blame annotations showing commit authorship and date for each line. The plugin operates on individual diff hunks as atomic units for staging, reverting, and navigation, all executed asynchronously via Neovim's job control API to avoid blocking the UI. The plugin distinguishes itself by enabling hunk-level staging and resetting directly

    While Gitsigns.nvim provides inline git blame annotations with author and date details, it is built exclusively for Neovim rather than as a VS Code extension, so it does not match the editor-specific search.

    LuaInline Blame AnnotationsGit Blame Viewers
    View on GitHub↗6,575
  • go-git/go-gitgo-git avatar

    go-git/go-git

    7,211View on GitHub↗

    This project is a pure Go implementation of the Git version control system, providing a library for integrating versioning and history analysis into applications. It functions as a complete repository manager and object store that does not require external binary dependencies. The implementation utilizes interface-based storage, allowing repositories to be managed on disk or entirely in memory. It supports a transactional storage model to ensure atomic operations and implements a content-addressable storage system using delta-compression packfiles. The library covers a broad range of version

    go-git is a Go library for Git operations, not a VS Code extension, so it cannot display inline blame annotations within the editor.

    GoGit Core ImplementationsVersion Control ImplementationsBranch Checkouts
    View on GitHub↗7,211

Related searches

  • an AI chat extension for VS Code
  • a terminal UI for staging and committing with git
  • a GUI client for browsing and managing git repositories
  • a collaborative code editor with built-in pair programming
  • a project for learning Git by reimplementing it
  • an open source alternative to VS Code
  • a self-hosted AI coding assistant
  • an AI bot for automated code review