visual-studio Visual Studio 2010 的 Rockscroll 或 Metalscroll(小地图)
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2672277/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Rockscroll or Metalscroll for Visual Studio 2010 (Minimap)
提问by Lodle
Has any one found a replacement for Rockscrollor Metalscrollfor Visual Studio 2010?
有没有人为 Visual Studio 2010找到Rockscroll或Metalscroll的替代品?
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.
我非常想念它,以至于我想自己制作一个,但只有突出显示工作的单词和占位符滚动条,而且似乎比我想象的要困难得多。如果有人有兴趣提供帮助,我很乐意分享我得到的东西。
采纳答案by shaunmartin
The Productivity Power Toolsextension for VS2010 just addedan "Enhanced Scrollbar"!
VS2010的Productivity Power Tools扩展刚刚添加了一个“增强的滚动条”!
To enable the minimap go to Tools->Options->Productivity Power Tools->Enhanced Scroll Barand check "Full map mode". Optionally you can assign the background color and highlighted region.
要启用小地图,请转到Tools->Options->Productivity Power Tools->Enhanced Scroll Bar并选中“完整地图模式”。您可以选择指定背景颜色和突出显示的区域。
回答by cDc
Just tried ProgressiveScrolland it looks and feels like the original MetalScroll; it also works in Visual Studio 2012!
刚刚尝试了ProgressiveScroll,它的外观和感觉就像原始的 MetalScroll;它也适用于 Visual Studio 2012!
回答by tronda
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.
“太阳帝国的罪孽”论坛上一个叫 Kryo 的用户对 VS 2010 的 MetalScrollbar 做了一个很好的模仿,叫做MetalMargin。在这里可用。刚刚安装它,它似乎工作得很好,尽管尚未实现双击突出显示。
回答by Noah Richards
David Pugh released a version of his Structure Margin, which serves a similar purpose. His All Marginsextension combines a bunch of the other smaller extensions in the same vein.
David Pugh 发布了他的Structure Margin 的一个版本,用于类似的目的。他的All Margins扩展以同样的方式结合了一堆其他较小的扩展。
It's not exactly the same, but I find the structure margin to be an interesting way to visualize the entire code file.
它并不完全相同,但我发现结构边距是一种可视化整个代码文件的有趣方式。
回答by tobsen
I haven't tried it myself yet but AllMarginslooks really nice. Whoops you already linked it Noah Richards. Sorry.
我自己还没有尝试过,但AllMargins看起来非常好。哎呀,你已经把它联系起来了诺亚理查兹。对不起。
回答by Mic
Did You try RockMargin ?
http://visualstudiogallery.msdn.microsoft.com/1b0d7360-40dd-447e-8bef-90e2cf52f683This is useful
你试过 RockMargin 吗?
http://visualstudiogallery.msdn.microsoft.com/1b0d7360-40dd-447e-8bef-90e2cf52f683这很有用
回答by Benjol
The code is also available for the OverviewMargin- I haven't tried it at all, but it may be a good place to startfrom if you want to roll your own.
该代码也可用于OverviewMargin- 我根本没有尝试过,但如果您想自己动手,它可能是一个很好的起点。
回答by HugoRune
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.
对于任何想要替代 RockScroll 的突出显示部分的人来说,免费插件“突出显示所选单词的所有出现”就是这样做的。



