F6 | build the solution |
CtrlMCtrlC | create a new Controller |
CtrlMCtrlV | create a new View |
CtrlRCtrlR
F2 | rename (refactoring) |
F12 | reach definition |
CtrlKT | display Call Hierarchy Window |
CtrlKR | list all references of the current symbol |
CtrlShift↑ | go to previous reference (in the file) of the current symbol |
CtrlShift↓ | go to next reference (in the file) of the current symbol |
CtrlWS | display the Solution Explorer |
CtrlWF | display the Solution Navigator |
CtrlWD | display the Code Definition Window |
CtrlWE | display the Error List Window |
CtrlWT | display the Task List |
CtrlMT | display the Team Explorer |
CtrlWJ | display the Object Browser |
CtrlShift;D | display a selector of possible namespaces |
CtrlG | go to line |
CtrlKCtrlF | reformat the code |
launch
CtrlF5 | launch an application in standard mode |
F5 | launch an application in debug mode |
ShiftF5 | stop the debugged application |
unit tests
CtrlRT | execute tests of current context |
CtrlRCtrlT | execute test of current context in debug mode |
CtrlRA | execute all tests of the solution |
CtrlRCtrlA | execute all tests of the solution in debug mode |
debug
F11 | next line, go in called methods (debug) |
F10 | next line in same method (debug) |
CtrlDC | display Call Stack window |
CtrlDA | display Autos window |
CtrlDL | display Locals window |
CtrlDI | display Immediate window |
CtrlDB | display Breakpoints window |
CtrlDQ | display QuickWatch window |
CtrlDK | display Parallel Tasks window |
CtrlDS | display Parallel Stacks window |
CtrlF9 | enable/disable breakpoint |
In order to see all the files which are on the filesystem, even those not included in the project : then
- with a right click a file and selecting , or
- with
the file will be included in the project.
With , it is possible to exclude a file from the project.
Productivity Power Tools
- Productivity Power Tools
- Productivity Power Tools 2012
- To display a quideline at the 80th column, perform a right click on the 80th column and select .
- CtrlAlt⇞ and CtrlAlt⇟ navigates between tabs.