Eduardo A
Eduardo A

Reputation: 371

how to see the location of a file in visual studio solution explorer

I can look for file with ctrl + , and get what i want

I can also right click the file tab and show the file in windows explorer

but the action above wont tell me where it is in the tree.

How can i see where the file lies inside the tree view in solution explorer?

Upvotes: 0

Views: 287

Answers (1)

qxg
qxg

Reputation: 7036

You need Sync with Active Document.

In Visual Studio 2015, check

enter image description here

If you are using older version of VS and don't have that button, you need to check Tools -> Options -> Project and Solution -> Track Active Item in Solution Explorer.

Upvotes: 3

Related Questions