Shortcut for "Starting a new instance" of the Startup project
When you're using TFS and want to run you application, hitting 'F5' could be a pain in the ***.
You'll have to right-click on you project>Debug>Start new instance.
A shortcut for that would come in handy for the startup project in your solution.
Shortcuts are the key to smooth working in my opinion.
3 comments
-
Xavier Decoster
commented
You can assign a shortcut to the ClassViewContextMenus.ClassViewProject.Debug.StartNewInstance in Tools>Options>Environment>Keyboard.
I used CTRL+S+N for instance.Worked for me :)
-
Tom Kerkhove
commented
You can add a shortcut in Visual Studio for information check http://twitpic.com/995tq4
-
Tom Kerkhove
commented
Well it's not really a TFS-issue but I think that rightclicking your project > Debug > Start New Instance should get a shortcut so that you'll work faster if you just want to build that single application that is your "Startup project"