ygoe / 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 14 "CTP"

Home Page:http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 14 "CTP"
  • 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

About

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 14 "CTP"

http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8

License:MIT License


Languages

Language:C# 99.7%Language:PowerShell 0.3%