diff --git a/README.md b/README.md index 4cb0f22..6f4a6cb 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ See who changed each line **directly in the editor** — author name, commit dat - 👁️ **Configurable opacity** and display format - 💬 **Hover for full commit details** +![Inline Blame](https://raw.githubusercontent.com/CodingWithCalvin/VS-GitRanger/main/resources/blame-inline.png) + ### 📊 Blame Gutter Margin 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**. - 📋 Click to copy commit SHA - 🔎 Hover for commit details +![Blame Gutter](https://raw.githubusercontent.com/CodingWithCalvin/VS-GitRanger/main/resources/blame-gutter.png) + ### 📍 Status Bar Blame 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 - 📅 **Relative or absolute dates** — "2 days ago" or "1/21/2026" - ✂️ **Auto-truncate** — configurable max length keeps your status bar tidy +![Status Bar Blame](https://raw.githubusercontent.com/CodingWithCalvin/VS-GitRanger/main/resources/blame-status-bar.png) + ### 🔮 What's Next? 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! diff --git a/resources/blame-gutter.png b/resources/blame-gutter.png new file mode 100644 index 0000000..e3a6a79 Binary files /dev/null and b/resources/blame-gutter.png differ diff --git a/resources/blame-inline.png b/resources/blame-inline.png new file mode 100644 index 0000000..6e89323 Binary files /dev/null and b/resources/blame-inline.png differ diff --git a/resources/blame-status-bar.png b/resources/blame-status-bar.png new file mode 100644 index 0000000..3506d56 Binary files /dev/null and b/resources/blame-status-bar.png differ