https://github.com/astahmer/vscode-git-line-diffs
VSCode ext to show files changed / lines added / removed like in Github PRs
https://github.com/astahmer/vscode-git-line-diffs
changed diffs extension github line vscode
Last synced: about 1 month ago
JSON representation
VSCode ext to show files changed / lines added / removed like in Github PRs
- Host: GitHub
- URL: https://github.com/astahmer/vscode-git-line-diffs
- Owner: astahmer
- License: mit
- Created: 2024-11-27T00:15:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T22:12:05.000Z (6 months ago)
- Last Synced: 2025-04-25T20:06:27.597Z (about 1 month ago)
- Topics: changed, diffs, extension, github, line, vscode
- Language: TypeScript
- Homepage:
- Size: 50.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Line Diffs
GitLineDiffs enhances your Git workflow by adding a status bar item in VSCode
that mirrors GitHub PR summaries, showing file count and lines added/removed.
Click to open a dashboard with commit details, line changes, and contributor
insights for streamlined reviews.Install the extension from the
[Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=astahmer.vscode-git-line-diffs).### Bonus Features:
- Dashboard Access: Open by clicking on the status bar item.
- Dashboard View: See changes in your working directory—lines added/removed.
- Commit Summaries: Recent commit messages with file changes, lines
added/removed.
- Contributor Insights: Author contributions (lines added/removed).
- Quick Navigation: Click file in dashboard to open in editor.