Visual Studio Shortcuts

Ctrl + M + O = Collapse all methods in a class

Ctrl + M + L = Open all methods in a class

Ctrl + M + M = will collapse/expand the current section

Ctrl-I = Incremental search. Hit Ctrl + i and then start typing the search phrase. It will highlight your phrase. You can hit Ctrl + i again to search the phrase again

Shift + Alt + Enter = Toggle Full Screen Mode

Ctrl + Shift + V = Cycle through code snippets in clipboard

Ctrl-Right Arrow = Jump cursor to right by one word

Ctrl-Left Arrow = Jump cursor to left by one word

Ctrl-Up Arrow = Scroll text up by one line

Ctrl-Down Arrow = Scroll text down by one line

ESC = Cancel the current selection

Next Recommended Reading Shortcuts For Debugging In Visual Studio