visual studio 2008 - Synchronize currently edited file with project view -


How do I synchronize my project explorer treeview with this file in which I'm currently editing? Like the synchronized view of Eclipse I am using Visual Studio 2008 / C #

Do you mean Solution Explorer ? This can be done with:

Tools - & gt; Options - & gt; Projects and Solutions - & gt; General - & gt; Check Solve an active item in Explorer

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -