1

What is the meaning of different color bars on the right side (scroll bar side) on the visual studio?

enter image description here

geothachankary
  • 1,040
  • 1
  • 17
  • 30
  • This looks to me like the enhanced scroll bar feature, introduced with [Visual Studio 2013](http://blogs.msdn.com/b/cdnstudents/archive/2014/01/21/visual-studio-tips-and-tricks-enhanced-scroll-bar.aspx), except that the colors are wrong. – Cody Gray - on strike Feb 12 '16 at 17:01

1 Answers1

1

Version control markers, do you have your code from a source control repo?

It indicates lines that have changed in your local file, if they are unsaved/saved and if they are new.

Can be depandant on additions to your environment, are you using any plugins (as these can use markers in the GUI) like:

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

Richard Tyregrim
  • 582
  • 2
  • 12