Saturday, May 16, 2020

VS Addons

Addons to make visual studio better...

GitDiffMargin
This provides a much better change indicator on the column left of VS editor. It does not remove VS default change indicator there and shows itself alongside it. I disable the the VS change indicator after installing this addon:

 Tools -> Options -> Text Editor -> Advanced -> Show the difference overview margin

WhackWhackTerminal
This adds a nice little terminal window. After installation, enable it from  :
 View -> Other windows -> Terminal Window  

Want to use git bash instead of command prompt?
 Tools -> Options -> Whack Wack Terminal -> General -> Shell Path  

Auto Save File
This saves modified files on focus lose.