Except my apologies if this has been asked - I couldn't find the match. I have a solution with... 96 projects. I work with 3-4 at a time. Is there a way to filter out, mark as favorite, etc. projects that I am currently interested in? The problem is amplified by the fact that projects are sorted alphabetically and because one of my projects starts on B and another on T, I always had to scroll down and stress my brain while looking for needed thing. Somewhat disappointing. I don't think I used solution folders. Is that the way to go?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
Although the original question was asked 2 years ago I would like to suggest a solution.
The free Visual Studio extension Funnel provides load filters for selective loading of project lists. After an initial compilation of all projects (which is required in order to fulfill all dependencies) only the projects which are really required for the current task can be loaded. Load filters can be defined for each aspect of the solution, combined with each other at load time and shared in teams.
I guess one thing that one may suggest is to switch to VS2010 that has more plugins and integral functionality to search and browse faster than in VS2008. Although it still lacks ability to create links to projects which can be placed into solution folders creating many to many relationship.
Would the "Solution Navigator" from the Productivity Power Tools plug-in help?
It allows you to...
My recommendation would be to create new solutions and just add those projects that you're working with. I'm guessing there will also be other projects they depend on, in which case you can either bring those into your solution as well, or update any references to point directly to the binaries of those other projects.
You can use solution folders for this.
Solution folders are nothing more than meta folders that just group projects together.