Question

I am rebuilding my DEV image and I am no longer able to find neither of these two great plugins on the VS Extensions Gallery: Structure Adornment, AllMargins

Any ideas where did they go? Are there any replacements I can use? In the worst case, is it possible to extract Structure Adornment from my VS 2010 in my older image and install it into the new image?

Can't even imagine to go through thousands of lines of code without the nice vertical lines!

Was it helpful?

Solution

According to this blog post, AllMargins seems to have been superseded by Microsoft's own Productivity Power Tools. Commenters have pointed out that this is not the case.

However, the free version of CodeRush (CodeRush XPress) includes various navigation features including structural highlighting (which I think is equivalent to structure adornment). Note that, despite the name, this extension requires a full (not Express) version of Visual Studio.

OTHER TIPS

I uninstalled AllMargins after installing the Productivity Power Tools, but then realized there were some features of AllMargins that I liked better. This led me on a hunt to find it again. I had long since deleted my downloaded copy, and the official install has been removed from the VisualStudio Addons list.

However, I did find the source code still listed in Microsoft's archives, here:http://archive.msdn.microsoft.com/OverviewMargin/Release/ProjectReleases.aspx

The file download is named "OverviewMargin.zip" on the page, but the actual file it links to is "AllMargins.zip", which contains all the source code. It shouldn't be too hard to build and install it from there.

Also, if you plan on trying to build it from source, you have to have the VisualStudio 2010 SDK installed first.

Finally, there is this old blog post on how to configure AllMargins in the registry.


Edit:

I also updated this plugin to work with VisualStudio 2012, and renamed it to "OverviewMargin2012" : AllMargins / OverviewMargin extension updated to VisualStudio 2012

A bit late to the party but since my Google search for AllMargins resulted in this page I figured I would update. Someone updated AllMargins to work with VS2012.

It still works with VS 2010:

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top