Tip/Trick: How to Show Active File in Solution Explorer (Visual Studio 2008)

Many thanks to “Ronald Widha” by blogging about this Visual Studio simple trick that allows you to show the active files in Visual Studio (one little feature that I use a lot when working with Eclipse):

One of the most annoying thing about Visual Studio default settings is the fact that the Solution Explorer doesn’t track what files you are currently looking at. Alot of developers thought this was the only way, and had to bear the pain of flicking through the Solution Explorer while scratching their head to figure out ‘where the hell I put this file?’.

There is actually a setting in Visual Studio that does this automatically.

Tools – Options – Projects and Solutions – Track Active Item in Solution Explorer

There is actually a setting in Visual Studio that does this automatically.
Tools – Options – Projects and Solutions – Track Active Item in Solution Explorer
Just tick the box..and you’re all set!

Just tick the box..and you’re all set!

source: http://www.ronaldwidha.net/2008/11/26/visual-studio-show-active-file-in-solution-explorer/

Thanks Ronald!