ProgressiveScroll is a MetalScroll clone for VS2010 and higher. It replaces the scrollbar with a graphic representation of the code.
Features:
Double clicking highlights the selected word in the editor and the scrollbar.
Pressing Escape clears the highlights.
Coloring options for whitespace, comments, strings, file changes, highlights, bookmarks, breakpoints and errors. These can be found in Tools > Options > Fonts and Colors.
Adjustable width (This and other settings can be found under Tools > Options > Progressive Scroll).
Uses the space that is usually wasted in the bottom right corner of the editor (only in VS2010) and hides the splitter control in the top right corner.
Warning! Does not work well with word wrap.
Changelog:
0.8.0
Added VS2013 support.
Possibly fixed the html/xaml crash
0.7.3
Fixed tab disappearing when detached.
0.7.2
Fixed a crash when accessing disposed textviews.
Fixed text flickering when typing.
0.7.1
Fixed Alt + double click not working in VS2012.
0.7
Fixed some threading issues, especially on large files.
Added an option for Alt + double click highlighting.
0.6.2
ProgressiveScroll is no longer applied to TFS merge/compare text views.
HTML files now work, but without highlights.
0.6.1
Fixed an exception being thrown in VS11.
0.6
Changed the way breakpoints were retrieved.
Added an option to display syntax errors and such.
Added an option to display the splitter control.
Fixed visible region not scaling with the file size.
0.5
Added an optional border to the visible region.
Added an option to turn off display of text.
0.4
Fixed a few bugs.
Added VS11 support.
0.3
Changed the default colors.
Pressing escape will now unhighlight.
Bookmark, breakpoint and highlight markers are a bit bigger now.
0.2
Fixed a few bugs concerning multiline comments.
Highlighted words now have their foreground color overridden.