在 VS IDE 中编译选定文件的键盘快捷键
在 VS 2008 中是否有任何键盘快捷键可以编译 C++ 项目中的选定文件?
非常感谢!
Is there any keyboard short cut to compile selected file in C++ project in VS 2008?
Thanks much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我的是 Ctrl+F7
On mine it's Ctrl+F7
您可以通过以下方式自定义您需要的内容:工具-> 选项-> 键盘并使用“compile”键盘搜索编译命令。
例如,我创建了 Ctrl-B,Ctrl-B 快捷方式构建了一个 C# 项目,其中没有默认绑定此命令。
You can customize what you need via: Tools -> options -> keyboard and search for the compile command with 'compile' keyboard.
I, for example, create Ctrl-B, Ctrl-B shortcut that builds a C# project, which there is no default one binding this command.