Skip to content

Commit 27fc852

Browse files
authored
docs(readme): add feature screenshots (#69)
Add screenshots demonstrating the three main features: - Inline blame annotations - Blame gutter margin - Status bar blame
1 parent 0731018 commit 27fc852

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ See who changed each line **directly in the editor** — author name, commit dat
2727
- 👁️ **Configurable opacity** and display format
2828
- 💬 **Hover for full commit details**
2929

30+
![Inline Blame](https://raw.githubusercontent.com/CodingWithCalvin/VS-GitRanger/main/resources/blame-inline.png)
31+
3032
### 📊 Blame Gutter Margin
3133

3234
A visual indicator in the editor margin showing commit history **at a glance**.
@@ -36,6 +38,8 @@ A visual indicator in the editor margin showing commit history **at a glance**.
3638
- 📋 Click to copy commit SHA
3739
- 🔎 Hover for commit details
3840

41+
![Blame Gutter](https://raw.githubusercontent.com/CodingWithCalvin/VS-GitRanger/main/resources/blame-gutter.png)
42+
3943
### 📍 Status Bar Blame
4044

4145
See blame info for the **current line** right in the Visual Studio status bar — updates instantly as you navigate!
@@ -45,6 +49,8 @@ See blame info for the **current line** right in the Visual Studio status bar
4549
- 📅 **Relative or absolute dates** — "2 days ago" or "1/21/2026"
4650
- ✂️ **Auto-truncate** — configurable max length keeps your status bar tidy
4751

52+
![Status Bar Blame](https://raw.githubusercontent.com/CodingWithCalvin/VS-GitRanger/main/resources/blame-status-bar.png)
53+
4854
### 🔮 What's Next?
4955

5056
Check out our [issues list](https://github.com/CodingWithCalvin/VS-GitRanger/issues) to see what features are planned and vote on what you'd like to see next!

resources/blame-gutter.png

191 KB
Loading

resources/blame-inline.png

300 KB
Loading

resources/blame-status-bar.png

207 KB
Loading

0 commit comments

Comments
 (0)