This list is sticked right on my monitor. It contains the most useful short keys I really use frequently to increase productivity in VisualStudio C#
| Code Generation | |
Ctrl + R + E |
generates getters and setters for a property |
Shift + Alt + F10 |
adds a using statement |
| Code Navigation | |
Ctrl + M + M |
toggles any tag :method, region, class etc. |
Shift + F12 |
finds all references to a avariable |
F12 |
goes to variable definition |
| Text Editing | |
Ctrl + L |
cuts a line |
Those short keys are in available in my newly created the reference card : MS Visual Studio C# Reference Card