gitkraken/vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 6th, 2026
Created on August 8th, 2016
Open Issues & Pull Requests: 958 (+0)
GitHub issues: Enabled
Number of forks: 1,793
Total Stargazers: 9,924 (+0)
Total Subscribers: 108 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.7 hours
Mean response time: 48.8 days
90th percentile: 96.5 days
Tracked items: 2,830

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 88% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "area-graph" is answered fastest, typically in under an hour, while "inactive" waits about 2 days. 55% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 903
New in 7 days: 21
Closed in 7 days: 55
Avg open age: 1,098 days
Stale 30+ days: 842
Stale 90+ days: 793

Recent activity

Opened in 7 days: 18
Closed in 7 days: 27
Comments in 7 days: 16
Events in 7 days: 51

Top labels

  • verified ✔ (873)
  • triage (546)
  • pending-release (276)
  • needs-more-info (273)
  • needs-verification (253)
  • area-graph (178)
  • inactive (149)
  • blocked: vscode (98)

Detailed Description

GitLens is a VS Code extension that supercharges Git workflows by integrating repository visualization and navigation directly into the editor.

The extension solves the problem of understanding code history and managing complex repository states without leaving VS Code. It provides Git blame annotations and CodeLens to show authorship at a glance, a Commit Graph that consolidates branches, worktrees, stashes, working changes, and pull requests into a single interactive view, and comparison commands for exploring repository history. The tool is designed to handle modern development scenarios where coding agents open branches, worktrees accumulate, and pull requests stack faster than developers can review them.

GitLens Community remains free and open-source indefinitely, with the Commit Graph available free on public repositories regardless of tier. A Pro tier offers additional features on private repositories, accessible through a free trial. The extension suits any developer using VS Code who needs to understand code authorship, navigate repository history, or manage multiple branches and worktrees. It is particularly valuable in teams using coding agents or managing complex branching strategies where a unified view of repository state reduces context switching.

The project maintains active development with regular updates and a pre-release channel available for early access to new features. Preview features require a free GitKraken account and may transition to Pro features. Experimental features ship enabled by default while still undergoing refinement.