Visual Studio: Shortcut to scroll solution explorer to current file

visual-studio

Solution

In VS 2013 there is a built-in keyboard shortcut (CTRL+\, S)

- Press CTRL+backslash

- Release both keys

- Press the S key

Or click the button highlighted in the image bellow.

One also has the option to customize the keyboard shortcut if you don't like the default combination :)

Problem

I'm not asking for the option to automatically follow the current file in the solution explorer. This has been answered in this question and I have this option turned off because I hate the behavior. I would like to have a shortcut (or macro, or ....) to jump to the file I'm currently editing in the solution explorer.

Original source

Related problems