Is there a keyboard shortcut for the method dropdown list in Visual Studio 2010's VB.NET code editor?

社会主义新天地 提交于 2019-12-22 03:58:17

问题


In Visual Studio, there is a method dropdown list in VB code editor windows. This is highlighted in the screenshot below.

I would like to find out whether there is a default keyboard shortcut to access this list, or if such a keyboard binding can be manually set up (and if so, how)?


回答1:


Ctrl + F2 is assigned as a default shortcut key to move the cursor to Navigation Bar. (L.H.S is classes dropdown and R.H.S is methods dropdown.)

You can use Tab to jump to methods dropdown.

The whole combination that you need is Ctrl + F2 + Tab.

Hope this will help you.




回答2:


Ctrl + F2 and Tab can access that dropdown list. I was not able to find the direct short-cut for that dropdown list for long time.

Tools->Options->Environments->Keyboard can assign some short-cuts manully.



来源:https://stackoverflow.com/questions/19312226/is-there-a-keyboard-shortcut-for-the-method-dropdown-list-in-visual-studio-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!