How do I sync the Solution Explorer with the current File in Visual Studio?
Posted
by
thepaulpage
on Super User
See other posts from Super User
or by thepaulpage
Published on 2009-10-20T16:19:24Z
Indexed on
2012/03/31
11:33 UTC
Read the original article
Hit count: 176
Windows
|visual-studio
When I have an open code file in Visual Studio that I am editing I would like to keep that same file highlighted inside of the solution Explorer so that I know where I am at.
What I'd really like is to change the focus to a different code file and the solution explorer to move to the file that I am editing.
Further Explanation and example: I have a project with 2 files. Class1 and Class2. I open both files. The focus is on Class1. I click on the Class2 Tab, thereby changing the file that I am editing to Class2.
Desired Behavior The solution explorer will highlight Class2.
© Super User or respective owner