Focus on right section of the solution by Scoping your Solution Explorer in Visual Studio

Focus on right section of the solution by Scoping your Solution Explorer in Visual Studio

You may find this tip very handy and useful incase you are dealing with a large solution with several projects in Visual studio.  We don’t work across the solution / all projects together. So it’s is always better to focus on what is important for that time of development. Visual Studio Solution Explorer provides a feature called “Scope To This”, using which you can scope down the view of items with in the solution explorer.

Consider you are working on the following solution which have four different types of projects – iOS, Android, Windows Phone and a Common Portable Library.

Solution Explorer with several Projects
Solution Explorer with several Projects

Now as a developer of this application you may not look into all these types of projects all together. Let’s say want to specially focus on the “’Windows Phone” project.  In this case you can scope the solution explore to just view this projects.

Related Tip : Keep Track of your active files inside Solution Explorer – A Quick Visual Studio Tip

To do this, right click on the MyPhoneApp.WinPhone Project, and Select “Scope to This

Scope To This - For Specific Project
Scope To This – For Specific Project

 

With this, the view of solution explorer would be scoped to only the MyPhoneApp.WinPhone . Rather scrolling through all the project, you can now specially focus  Windows Phone project.

Scoped Project in Solution Explorer
Scoped Project in Solution Explorer

 

 

 

 

 

 

 

 

 

 

Similarly you can scoped multiple projects .. ( Let’s say in this case  I would also like to have the portable class library to be in another scoped item)  and click on the “Back”  , “Forward” or Home button to navigate across.

Navigation between Scoped Projects
Navigation between Scoped Projects

Along with “Scope to This” feature you can also leverage “New Solution Explorer viewto create  new instances of Solution Explorer.

New Solution Explorer view
New Solution Explorer view

 

With this you will have two different solution explorer as shown in below screenshot.

New Solution Explorer view - Multiple Solution Explorer
New Solution Explorer view – Multiple Solution Explorer

This is typically very useful and handy when you are working in a multi-monitor development setup environment; where you can drag the solution explorer to focus on right set of items.

To Summarize, “Scope To This” and  “New Solution Explorer view” are really handy feature of Visual Studio Solution Explorer to focus on right set of items on right time.

Hope this helps !

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

One Comment to “Focus on right section of the solution by Scoping your Solution Explorer in Visual Studio”

Comments are closed.