Is there a hotkey in Visual Studio to open the member drop down list?

后端 未结 6 1941
轮回少年
轮回少年 2020-12-08 09:33

In Visual Studio there is a drop down list in the top right hand corner that you can use to navigate to the various members in the class. Does anyone know if there is a hot

6条回答
  •  -上瘾入骨i
    2020-12-08 10:04

    Use Ctrl + F2 to get up there, then a click on Tab will get you to the member list instead of the object list.

提交回复
热议问题