Adds a tool window that finds, organizes, and displays your Visual Studio Solutions to allow you to search for, pin, open, and seamlessly switch between them in the IDE.
Adds a tool window that finds, organizes, and displays your Visual Studio Solutions to allow you to search for, pin, open, and seamlessly switch between them in the IDE.
The tool is very easy to configure; using hint paths that tell the extension what paths your projects are located in, and the folder structure of your projects. The folder structure is used to organize your projects accordingly.
Version 1.0.1
Updated icon
Version 1.0
Prototype extension that supports the following features, but may contain many bugs:
New Tool Window called "Project Explorer", accessible via View > Other Windows > Project Explorer
New configuration options, accessible via Tools > Options > Project Explorer
Configure as many paths as you like
Use %group% to specify the part of the path to use as the name of the project folder
Use %project% to specify the part of the path to use as the name of the solution
Use %sln% to specify the part of the path that the Visual Studio Solution file would reside
Pin feature allows you to pin your favorite or most used projects
Search feature allows you to find solutions when you have a lot of projects
Supports Visual Studio Theme system and uses appropriate icons based on your currently configured theme