Featured image of post Visual Studio Shortcut List

Visual Studio Shortcut List

Visual Studio Shortcut List

I made a list of Visual Studio shortcuts that I personally use often. By memorizing keyboard operations for Visual Studio shortcuts, you can perform development work efficiently. Please make use of them.

  • Confirmed in Visual Studio 2022.
Shortcut KeyDescription
F1Show help for the selected word
F2Jump to bookmark
Ctrl + F2Register bookmark
Ctrl + Shif + F2Delete all bookmarks
F5Build and run (Debug run)
Ctrl + F5Build and run (Run without debugging)
F7Build
F9Toggle breakpoint on the cursor line
Ctrl + F9Disable breakpoint on the cursor line
Shift + Ctrl + F9Delete all breakpoints
F10Step over
F11Step into
F12Go to definition
Ctrl + DDuplicate cursor line
Ctrl + XCut the line (if there is no selection)
Ctrl + Shift + ]Select up to the matching brace of the cursor part
Alt + Up/Down Arrow KeysMove cursor line up or down
Alt + Shift + Arrow KeysMulti-cursor / Box selection
Ctrl + TabSwitch source code / window display
Ctrl + Shift + VShow clipboard history
Ctrl + K, Ctrl + CComment out the cursor line
Ctrl + K, Ctrl + UUncomment the cursor line
Ctrl + GGo to line
Ctrl + FFind
Ctrl + Shift + FFind in files (Global search)
Ctrl + HReplace
Ctrl + Shift + FReplace in files (Global replace)
Ctrl + TabSwitch source code / window display
Ctrl + SpaceWord completion
Ctrl + Alt + LOpen Solution Explorer window
Ctrl + Shift + EOpen Resource View window
Ctrl + 0, Ctrl + GOpen Git Commit window

References

img_1.png

comments powered by Disqus