/vs-extension-repo-index

index for Visual studio extension non-official dev repo examples

MIT LicenseMIT

Repository Index for Visual Studio extension development

the repository is aim at collect visual studio extension that simple and easy to learn which outside the microsoft sample repository.

Solution Explore

  • ProjectFilter

    A Visual Studio extension to quickly load and unload projects. Perfect for large solutions.
    You can learn how to gather Project Info in the solution, and how to extend solution explorer feature.
    You can also learn learn how to use Keyboard Shortcuts.

Status bar

Built

  • BuildOnSave BuildOnSave is an extension for Visual Studio 2017 and 2019 that builds the current solution as soon a file is saved.

Text Adorment

JIT

  • Disasmo About
    VS2019 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).

manipulate Project

  • Add Multiple Projects To Solution
    Visual Studio extension that allows adding multiple existing projects into the solution. Optionally creates the solution folder structure reflecting to the physical hierarchy on disk.