6

I would really love Visual Studio (2017) to open a specific class in Class View, given the selection in the Text Editor.

Is that possible?

DarioMangoni
  • 163
  • 7

2 Answers2

4

Yes. After a lot of hassle, I found it here: Tools, Customize. Select the Commands tab. Select the Toolbar radio button. Choose Standard from the dropdown list. Click on the Add Command. Scroll down to and select the View item. Scroll down to and click on Synchronize Class View. Works like a charm!

2

A keyboard short cut is also possible.

Tools==>Options Then Select [Keyboard]

Map a key combo you never use to sync the view.

enter image description here

Igand
  • 103