Visual Studio keyboard shortcut for Method Name combobox

后端 未结 4 1704
一个人的身影
一个人的身影 2020-12-17 17:12

In VS 2008 (and prior versions as well I believe) when in the code editor there are 2 comboboxes at the top of the editor. On the left is a Class Name combobox and on the ri

4条回答
  •  渐次进展
    2020-12-17 17:39

    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.

提交回复
热议问题