Peter17
Peter17

Reputation: 3102

How to highlight a currently opened document in the Solution Explorer in Visual Studio 2010

I have an opened document in Visual Studio 2010. How can I highlihght this document in the Solution Explorer?

Upvotes: 3

Views: 615

Answers (3)

Raghav
Raghav

Reputation: 3078

Go to Tools—>Options, expand Projects and Solutions, select General, and then uncheck the box next to Track Active Item in Solution Explorer.

And ctrl + W + S(show Soultion Exp)

Upvotes: 1

Doug Chamberlain
Doug Chamberlain

Reputation: 11351

As far as I know it does this by default. When I installed VS2010 I selected the General Developer settings. When you select a document in the main editor window, the same document is hightlighted in the Solution Explorer treee.

enter image description here

Upvotes: 2

Paul Lydon
Paul Lydon

Reputation: 1048

Look in Tools/Options/Project and Solutions. Check 'Track Active Item in Solution Explorer. This is the setup for VS 2008 so I assume it's the same for VS 2010.

Upvotes: 10

Related Questions