Rockscroll or Metalscroll for Visual Studio 2010 (

2019-01-21 18:56发布

Has any one found a replacement for Rockscroll or Metalscroll for Visual Studio 2010?

I miss it so much that I looked into making one my self but only have word highlighting working and a place holder scroll bar and seems to be much harder than I thought it would be. I'm happy to share what I got if someone is interested in helping.

8条回答
Rolldiameter
2楼-- · 2019-01-21 19:30

David Pugh released a version of his Structure Margin, which serves a similar purpose. His All Margins extension combines a bunch of the other smaller extensions in the same vein.

It's not exactly the same, but I find the structure margin to be an interesting way to visualize the entire code file.

查看更多
狗以群分
3楼-- · 2019-01-21 19:32

The Productivity Power Tools extension for VS2010 just added an "Enhanced Scrollbar"!Enhanced Scrollbar Screenshot

To enable the minimap go to Tools->Options->Productivity Power Tools->Enhanced Scroll Bar and check "Full map mode". Optionally you can assign the background color and highlighted region.

查看更多
地球回转人心会变
4楼-- · 2019-01-21 19:34

For anyone looking for a replacement for just the Highlighting part of RockScroll, the free plugin "Highlight all occurrences of selected word" does exactly that.

enter image description here

查看更多
手持菜刀,她持情操
5楼-- · 2019-01-21 19:35

The code is also available for the OverviewMargin - I haven't tried it at all, but it may be a good place to start from if you want to roll your own.

查看更多
姐就是有狂的资本
6楼-- · 2019-01-21 19:38

Just tried ProgressiveScroll and it looks and feels like the original MetalScroll; it also works in Visual Studio 2012!

查看更多
Fickle 薄情
7楼-- · 2019-01-21 19:44

A user named Kryo at the "Sins of solar empire" forum have made a pretty good imitation of MetalScrollbar for VS 2010, called MetalMargin. Available here. Just installed it, and it seems to work pretty well, although highlight on double click is not yet implemented.

查看更多
登录 后发表回答