You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): add status bar blame and diagnostics features (#68)
Add documentation for:
- Status Bar Blame feature with real-time updates
- Customizable format template placeholders
- Status Bar Settings configuration options
- Diagnostics settings for log level control
Copy file name to clipboardExpand all lines: README.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,15 @@ A visual indicator in the editor margin showing commit history **at a glance**.
36
36
- 📋 Click to copy commit SHA
37
37
- 🔎 Hover for commit details
38
38
39
+
### 📍 Status Bar Blame
40
+
41
+
See blame info for the **current line** right in the Visual Studio status bar — updates instantly as you navigate!
42
+
43
+
- ⚡ **Real-time updates** — blame follows your cursor
44
+
- 🎛️ **Customizable format** — choose what to display with `{author}`, `{date}`, `{message}`, `{sha}` placeholders
45
+
- 📅 **Relative or absolute dates** — "2 days ago" or "1/21/2026"
46
+
- ✂️ **Auto-truncate** — configurable max length keeps your status bar tidy
47
+
39
48
### 🔮 What's Next?
40
49
41
50
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!
0 commit comments