vote up 9 vote down star

I know that Ctrl+Shift+B launches a solution build, but I would like a shortcut that just builds the current project. Is a custom shortcut my only option?

Edit: Looks like a custom shortcut is my only option as Shift+F6 does not work for me.

flag

4 Answers

vote up 13 vote down check

Assigning the shortcut to "Build.BuildOnlyProject" command doesn't seem to work in VS2008.

Assign the shortcut to "Build.BuildSelection". If you have a solution with several projects and files open from the various projects, whatever file you are currently editing will define the project that will be built when you use the assigned shortcut for "Build.BuildSelection".

You'll know the keyboard shortcut is working when you click the Build menu option and you see the keyboard shortcut on the menu itself.

btw - a restart/reboot is not required when assigning keyboard shortcuts.

link|flag
vote up 2 vote down

In the Visual Studio options window, under "Keyboard", look for the "Build.BuildOnlyProject" command and you can set whatever you want.

link|flag
2  
Actually this is incorrect, BuildSelection builds the current project. – John Sheehan Dec 17 '08 at 7:32
vote up 1 vote down

custom shortcut depending on what keybindings you are using.....if you look in your menu it will tell you if you have a keybinding...

the other thing I have got used to because I make use of ViEmu a lot is use the menu shortcuts which are actually quite quick to do, and are independent of bindings.

  • So to build your project you go ALT-B u
link|flag
3  
Oooh that damn keyboard shortcut window is insidious..hundreds of actions in a listbox with only 4 viewable lines and no resize – Luke Oct 29 '08 at 17:53
I know! I keep wondering when they will redesign it, its been like that for a few versions now! – Keith Nicholas Oct 29 '08 at 17:54
I guess the search function works pretty well for paring it down as long as you know what you're looking for. – Luke Oct 29 '08 at 17:55
vote up 1 vote down

for C# development. Tools -> Options. Select Keyboard, select additional keyboard mapping scheme to "Visual C# 2005". This mapping has "F6" as standard shortcut.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.