Is there any keyboard short cut to compile selected file in C++ project in VS 2008?
Thanks much!
Is there any keyboard short cut to compile selected file in C++ project in VS 2008?
Thanks much!
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.