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

后端 未结 6 1946
轮回少年
轮回少年 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条回答
  •  借酒劲吻你
    2020-12-08 10:02

    I think you're looking for Ctrl + F2, which moves the cursor to the navigation bar at the top of a code view. From there, you can press Tab to move the cursor over to the member list.

    For this (and pretty much every other Visual Studio hotkey/shortcut key combination), see here.

提交回复
热议问题