What is the meaning of different color bars on the right side (scroll bar side) on the visual studio?
Asked
Active
Viewed 915 times
1
-
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 Answers
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
-
Yes, I have code from source control. Can you give more explanation of this feature like what do the different colors indicate, like green means what, purple means what? – geothachankary Feb 13 '16 at 03:09
-