Shortcuts
Shortcuts
SHIFT + Del:
This one will cut the entire row from the document and past it to the
clipboard. No need to select the row, just put the marker there and click SHIFT + Del
and it is gone.
ALT + ENTER:
CTRL + k + s:
This one opens up the code snippets dialogue within the code. If you want
to create code snippets you should read my post about snippy the code snippets editor.
F12:
I think you all know this but still F12 is the shortcut for the “Go to definition”
command which will take you to the definition of the object your marker is currently on.
F9:
Another one I think you all know, clicking on F9 will add a breakpoint to the code
line your marker is currently at. Clicking F9 again will remove this breakpoint from that
line.
CTRL + ALT + q:
This one will open the Quick watch window while you debug.
This is great if you decide to edit something somewhere else and you want to go back to
that last method you were editing. CTRL + “-“will save you so much time!
CTRL+M+M:
Ctrl+Shift+B:
Build solution.
Ctrl+J:
Ctrl+Shift+Space: