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!

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

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.

link|improve this answer
I haven't been able to get the Productivity Power Tools to display the vertical lines, and I also prefer the margin layout from AllMargins / OutlineMargin - does anyone know if I'm missing options to make the source map behave similarly, or some way of adding vertical drop lines as Structure Adornment used to do? – Ben Jan 6 at 14:06
I agree with Ben here... Productivity Power Tools is really nice, but doesn't actually add all the features of AllMargins. Structure Adornment specifically, does not seem to be a part of it. It would be nice if they wouldn't have un-published the extensions. And of course I can't find my old download of it :( – rally25rs Jan 26 at 16:14
Thanks for your feedback. I've updated my answer with a better alternative. – Matthew Strawbridge Jan 26 at 17:44
feedback

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.

link|improve this answer
This source seems to be a few versions older than what was available from the visual studio gallery. I have version 2.6 of the AllMargins extension, whereas the source is for version 2.3. Is there any later source code? I wonder why this extension was removed? – Piers Myers Jan 28 at 2:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.