Visual Studio 2015 顶部方法下拉菜单的键盘快捷键是什么?

What is the keyboard shortcut to methods dropdown at the top of Visual Studio 2015?

Visual Studio 2015 顶部方法下拉菜单的键盘快捷方式是什么?

感谢 @SergeyVlasov 我找到了答案。

Thanks to Jeff's Keyboard Shortcut Summary Macro, I discovered that Ctrl + F2 is mapped to a MovetoNavigationBar command, which pops me into the "Class Name combobox." Add a tab and I'm in the Method Name combobox.

Answer Link