Keyboard shortcut to switch between Debug and Release modes in Visual Studio

前端 未结 3 1400
耶瑟儿~
耶瑟儿~ 2020-12-29 19:55

Is there a keyboard shortcut that allows you to easily change Build Configuration (say, from Debug to Release) in Visual Studio (2008)?

In the Standard Toolbar there

3条回答
  •  攒了一身酷
    2020-12-29 20:39

    Just for the record, it's actually not that hard to use the standard keyboard mappings for the Configuration Manager dialog:

    Alt+B, O, (Arrow keys or first letter, e.g. D(ebug) or R(elease)), Enter

    The dialog box pops up fairly quickly, so this works for me.

提交回复
热议问题