Please add a key combo to "Rebuild all solution"
I think it is fairly simple to do and will save a lot of programmers a few seconds every day, whilst also allowing power users maintain their worflow by keeping hands on the keyboard.
1
vote
3 comments
-
Simon Jones
commented
Ctrl+Shift+B = Build Solution
Alt+B, R = Rebuild Solution
Alt+B, U = Build current project
Alt+B, E = Rebuilt current projectBuild skips any files VS doesn't think have changed since the last Build.
Rebuild processes all files no matter whether VS thinks they have changed or not. -
Nadjib A. Bait commented
CTRL + SHIFT+B
-
Simon Jones
commented
Build | Rebuild Solution = [Alt+B, R]