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

前端 未结 3 1402
耶瑟儿~
耶瑟儿~ 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:48

    You can set up a key combo through the Tools -> Options -> Environment -> Keyboard dialog. The Build.SolutionConfigurations command will put your focus on the build configuration drop down so you can easily change the configuration with the arrow keys. Additionally the Build.SolutionPlatforms selects the Platform drop down. The only drawback is that focus will be taken away from whatever was previously selected.

提交回复
热议问题