/GitDiffMargin

Git Diff Margin displays live Git changes of the currently edited file on Visual Studio margin and scroll bar. Supports Visual Studio 2010 through Visual Studio 2015

Primary LanguageC#MIT LicenseMIT

Git Diff Margin Build status

Git Diff Margin displays live Git changes of the currently edited file on Visual Studio margin and scroll bar.

  • Supports Visual Studio 2010 through Visual Studio 2015
  • Quickly view all current file changes on
    • Left margin
    • Scroll Bars in map and bar mode with and without source overview
      • blue rectangle for modifications
      • green rectangles for new lines
      • red triangles for deletions
      • all colors configurable through Visual Studio Fonts and Colors options
  • Undo the change
  • Copy the old code into the clipboard
  • Copy a part of the old code by selecting it in the popup
  • Show the diff in Visual Studio Diff window except for Visual Studio 2010 which still use configured Git external diff tool
  • Navigate to previous/next change on the file using user defined keyboard shortcuts or the popup icons
  • Support Visual Studio 2013 Dark, Light and Blue Theme
  • Support zoom

Screenshot

Perfect companion of Visual Studio Tools for Git

Installation

Grab it from inside of Visual Studio's Extension Manager, or via the Extension Gallery link

Or use the Chocolatey installation

Video

You might see a little video on the following page.

Credits

Thanks to Sam Harwell @sharwell for all the improvements

Thanks to Rick Sladkey @ricksladkey for the fixes

Thanks to @Iristyle for the chocolatey package