VS 2012: Scroll Solution Explorer to current file

后端 未结 8 1129
我寻月下人不归
我寻月下人不归 2020-12-12 09:16

VS2010 had the feature that viewing a file would automatically cause Solution Explorer to scroll to that file.

With VS2012, viewing different files from within the I

相关标签:
8条回答
  • 2020-12-12 09:48

    It is possible in VSS by three ways.

    1. You can click on Active sync icon on Solution Explorer.

    1. By selecting Active sync checkbox in Tools (Tools > Options > Projects and Solutions > General). In that check the Track Active Item in Solution Explorer Checkbox. When you select a file in the main window, it will automatically navigate to active file in the Explorer.

    1. By using the Shortcut key (Ctrl + [ + S), you can able to navigate to active Item.

    Note: Either 1 or 2 only works in a mean time.. So You have to use either 1st or 2nd.

    0 讨论(0)
  • 2020-12-12 09:52

    On Visual Studio 2017, the shortcut is: Ctrl+´,S.

    0 讨论(0)
提交回复
热议问题