Suresh
Suresh

Reputation: 9605

Key board shortcut to compile a selected file in VS IDE

Is there any keyboard short cut to compile selected file in C++ project in VS 2008?

Thanks much!

Upvotes: 1

Views: 1698

Answers (2)

Ricky
Ricky

Reputation: 35903

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.

Upvotes: 1

demoncodemonkey
demoncodemonkey

Reputation: 11957

On mine it's Ctrl+F7

Upvotes: 2

Related Questions