在Visual Studio 2010的VB.NET代码编辑器中,方法下拉列表是否有键盘快捷键? [英] Is there a keyboard shortcut for the method dropdown list in Visual Studio 2010's VB.NET code editor?

查看:157
本文介绍了在Visual Studio 2010的VB.NET代码编辑器中,方法下拉列表是否有键盘快捷键?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Visual Studio中,VB代码编辑器窗口中有一个方法下拉列表.这在下面的屏幕快照中突出显示.

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)?

推荐答案

Ctrl + F2 被指定为默认快捷键,以将光标移至 Navigation栏. ( L.H.S 是类下拉列表, R.H.S 是方法下拉列表.)

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.)

您可以使用 Tab 跳转到方法下拉列表.

You can use Tab to jump to methods dropdown.

您需要的整个组合是 Ctrl + F2 + Tab .

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

希望这会对您有所帮助.

Hope this will help you.

这篇关于在Visual Studio 2010的VB.NET代码编辑器中,方法下拉列表是否有键盘快捷键?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆