An open API service indexing awesome lists of open source software.

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

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.