13

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?

Waldemar Gałęzinowski
  • 1,125
  • 1
  • 10
  • 18

3 Answers3

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
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

Tools > Options > Environment > Keyboard

m.lucas
  • 169
  • 6