Quickly Switch To Related Code Or Design File In Visual Studio 2010 [Add-in]
You may know that Visual Studio Solution Explorer not only loads the all the projects in a solution, but also design, code and other related files of the project, allowing you to quickly navigate and open the required file in editor. Opening related files in Visual Studio editor becomes quite tedious, especially when you’re dealing with multiple individual code files and projects. Wouldn’t it be better if you could easily open related files without having to find them from Solution Explorer? Switch is a small add-in for both Visual Studio 2008 and Visual Studio 2010 that lets you switch between related files of current code/design file opened in Visual Studio editor, with a click. The add-in comes without any settings or configuration console. It supports switching between CPP and H (header) files, WinForms Designer and C# Code, and XAML and its code files. Read past the jump for more.
Read More