F6build the solution
CtrlMCtrlCcreate a new Controller
CtrlMCtrlVcreate a new View
CtrlRCtrlR
F2
rename (refactoring)
F12reach definition
CtrlKTdisplay Call Hierarchy Window
CtrlKRlist all references of the current symbol
CtrlShiftgo to previous reference (in the file) of the current symbol
CtrlShiftgo to next reference (in the file) of the current symbol
CtrlWSdisplay the Solution Explorer
CtrlWFdisplay the Solution Navigator
CtrlWDdisplay the Code Definition Window
CtrlWEdisplay the Error List Window
CtrlWTdisplay the Task List
CtrlMTdisplay the Team Explorer
CtrlWJdisplay the Object Browser
CtrlShift;Ddisplay a selector of possible namespaces
CtrlGgo to line
CtrlKCtrlFreformat the code

launch
CtrlF5launch an application in standard mode
F5launch an application in debug mode
ShiftF5stop the debugged application

unit tests
CtrlRTexecute tests of current context
CtrlRCtrlTexecute test of current context in debug mode
CtrlRAexecute all tests of the solution
CtrlRCtrlAexecute all tests of the solution in debug mode

debug
F11next line, go in called methods (debug)
F10next line in same method (debug)
CtrlDCdisplay Call Stack window
CtrlDAdisplay Autos window
CtrlDLdisplay Locals window
CtrlDIdisplay Immediate window
CtrlDBdisplay Breakpoints window
CtrlDQdisplay QuickWatch window
CtrlDKdisplay Parallel Tasks window
CtrlDSdisplay Parallel Stacks window
CtrlF9enable/disable breakpoint

In order to see all the files which are on the filesystem, even those not included in the project : Projet ► Afficher tous les fichiers then
- with a right click a file and selecting Inclure dans le projet, or
- with Project ► Inclure dans le project
the file will be included in the project.

With Project ► Exclure du projet, it is possible to exclude a file from the project.
Productivity Power Tools TFS Power Tools