Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rock scroll or Metal Scroll clone for VS 2015

Can anyone recommend a Visual Studio 2015 addon that mimics the awesomeness that is RockScroll/MetalScroll/RockMargin?

It looks like the amazing awesome person that made RockMargin hasn't looked at it for a couple years.

https://visualstudiogallery.msdn.microsoft.com/1b0d7360-40dd-447e-8bef-90e2cf52f683/view/Reviews/2

Basically if you double click a word it highlights all words that match it. And it shows a mini-map of your code in place of the scroll bar.

like image 997
Lup Avatar asked Nov 19 '15 23:11

Lup


Video Answer


2 Answers

There is RockMargin2015 extension with VS 2015 support.

like image 146
Sergey Vlasov Avatar answered Oct 19 '22 04:10

Sergey Vlasov


It's built in! :) (I literally just found out)

VS 2015 
-> Tools 
  -> Options 
    -> Text Editor 
      -> All Languages 
        -> Scroll Bars 
          -> Behaviour

"Use map mode for vertical scroll bar"
like image 32
ozzy Avatar answered Oct 19 '22 03:10

ozzy