If you are here for the structure visualizer in the map mode scroll bar visual studio extension, the .vsix download link is here:
Microsoft refused to bring back the structure visualizer in the map mode scroll bar to VS2017. It was formerly in VS2015 PPT. So after waiting over 400 days, I've found the original source and brought it back.
I'm only interested in brining back the structure visualizer in the map mode scrollbar. Most of the other features are in VS2017's PPT already.
This extension can be installed along side VS2017's PPT if you have that installed already.
If you want the structure visualizer that was adorned inside the code view, as coloured vertical lines, this can be truned on by modifying the code. Change the default value of StructureAdornmentEnabledOption to true inside the file Options.cs and recompile.
Productivity Power Tools is a set of Visual Studio extensions improving developer productivity.
Install the latest official build of Productivity Power Tools for Visual Studio 2015 from the VS Gallery.
- Clone the sources:
git clone https://github.com/Microsoft/VS-PPT.git
- Building, testing and debugging the sources
- The source code in this repo is licensed under the terms of the MIT license (Microsoft OSS)
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
For Visual Studio 2017, the individual components of Productivity Power Tools have been broken into separate extensions. You can download them here:
- Align Assignments
- Copy As Html
- Ctrl+Click GoTo Definition
- Custom Document Well
- Double-Click Maximize
- Editor Guidelines
- Fix Mixed Tabs
- Match Margin
- Middle-Click Scroll
- Peek Help
- Quick Launch Tasks
- Solution Error Visualizer
- Power Commands for Visual Studio
- Shrink Empty Lines
- Time Stamp Margin
- PPT Options Page