在 Visual Studio 2008 中重建解决方案的快捷方式
在 Visual Studio 2008 中构建
解决方案的快捷方式是 Ctrl + Shift + B
。
我想知道重建
解决方案的默认快捷方式。
The shortcut to Build
a solution in Visual Studio 2008 is Ctrl + Shift + B
.
I would like to know the default shortcut to Rebuild
the solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
命令
Build.RebuildSolution
未绑定到标准配置文件中的任何组合键。但是,您可以使用以下技巧来调用它Alt + B、R
这将通过 Alt + B 导航到构建菜单,然后 < kbd>R 将选择
重建
选项The command
Build.RebuildSolution
is not bound to any key combination in the standard profiles. However you can use the following trick to invoke itAlt + B, R
This will navigate to the build menu via Alt + B and then R will select the
Rebuild
option另一种方法是执行此操作:
工具>>选项>>环境>>键盘。
找到由“显示包含的命令”标签装饰的文本框。
类型>> “构建.重建”
选择>>对于您想要的重建类型,您有两个选项可供选择。
找到由“按快捷键”标签装饰的文本框。
点击>> “键盘上的一个键”,即我使用 F6 进行解决方案范围的重建。
点击>>分配按钮。
单击>>确定并退出。
最后加载一个测试项目来测试快捷方式。
Another way is to do this:
Tools >> Options >> Environment >> Keyboard.
Locate the textbox decorated by the 'Show commands Containing' lable.
Type >> 'Build.Rebuild'
Select >> the rebuild type you want, you have two options to choose from.
Locate the textbox decorated by the 'Press shortcut Keys' lable.
Hit >> 'a key on your keyboard', i.e I used F6 for solution wide rebuild.
Click >> the assign button.
CLick >> O.K and to exit.
Finally load up a test project to test out the short cut.
在我的安装中,没有默认值。我配置为 C#,其他配置可能会默认定义它,但我不这么认为。您可以通过“工具”->“查看是否有分配的键”。自定义,单击底部的“键盘...”按钮,然后在“显示包含的命令”编辑框中键入“Build.RebuildSolution”。如果分配了一个键,它将显示在对话框的底部。
In my installation, there is no default. I am configured for C#, it's possible other configurations will define this by default, but I don't think so. You can see if there is a key assigned by going to Tools -> Customize, clicking the Keyboard... button at the bottom and typing "Build.RebuildSolution" in the Show Commands Containing edit box. If there is a key assigned, it will show up at the bottom of the dialog.
重建解决方案
没有默认快捷方式。除了其他答案中提到的方法之外,您还可以通过
There is no default shortcut to
Rebuild Solution
.In addition to the ways mentioned in other answers you can perform the rebuild by