I use Microsoft Visual Studio Ultimate 2013 and it looks like this button is working in one project (WPF app.) and not working in other project (server app.) within the same solution. Which VS setting did I possibly have broken?
Asked
Active
Viewed 6,021 times
3 Answers
22
"Sync with Active Document" stopped working for me in VS 2015, both the button on top of Solution Explorer, as well as the Shortcut (Ctl + [, S).
I fixed this by first turning on the automatic sync, and then turning if back off. (This is done in Tools | Options | Projects and Solutions | General, with "Track Active Item in Solution Explorer")

Abhishek
- 2,925
- 4
- 34
- 59

Spero Larres
- 397
- 4
- 11
-
2Did not fix the issue in VS 2019 I have for some files. – Saran Sep 18 '19 at 12:28
-
3Ha, did you try turning it off and on again. – JabberwockyDecompiler Sep 23 '19 at 20:13
-
Upvoted because you mentioned how this is configured in Tools | Options... – Per Lundberg Oct 01 '19 at 19:04
-
Note: If you have Resharper installed it will most likely silently turn the options off. You will have to disable the silent performance fix first. Then turn it on and off. – kjbartel Mar 08 '21 at 22:22
19
Enable at:
Tools > Options > Projects and Solutions > General > Track Active Item in Solution Explorer
Works with VS 2017.

arush436
- 1,748
- 20
- 20
0
I resolved it by setting up the shortcut to "Text Editor" instead of letting it as a "Global" shortcut.
Tools > Options > Environment > Keyboard

m.lucas
- 169
- 6