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 Key | Description |
|---|---|
F1 | Show help for the selected word |
F2 | Jump to bookmark |
Ctrl + F2 | Register bookmark |
Ctrl + Shif + F2 | Delete all bookmarks |
F5 | Build and run (Debug run) |
Ctrl + F5 | Build and run (Run without debugging) |
F7 | Build |
F9 | Toggle breakpoint on the cursor line |
Ctrl + F9 | Disable breakpoint on the cursor line |
Shift + Ctrl + F9 | Delete all breakpoints |
F10 | Step over |
F11 | Step into |
F12 | Go to definition |
Ctrl + D | Duplicate cursor line |
Ctrl + X | Cut the line (if there is no selection) |
Ctrl + Shift + ] | Select up to the matching brace of the cursor part |
Alt + Up/Down Arrow Keys | Move cursor line up or down |
Alt + Shift + Arrow Keys | Multi-cursor / Box selection |
Ctrl + Tab | Switch source code / window display |
Ctrl + Shift + V | Show clipboard history |
Ctrl + K, Ctrl + C | Comment out the cursor line |
Ctrl + K, Ctrl + U | Uncomment the cursor line |
Ctrl + G | Go to line |
Ctrl + F | Find |
Ctrl + Shift + F | Find in files (Global search) |
Ctrl + H | Replace |
Ctrl + Shift + F | Replace in files (Global replace) |
Ctrl + Tab | Switch source code / window display |
Ctrl + Space | Word completion |
Ctrl + Alt + L | Open Solution Explorer window |
Ctrl + Shift + E | Open Resource View window |
Ctrl + 0, Ctrl + G | Open Git Commit window |
References

![Featured image of post List of Useful Shortcut Keys for Visual Studio [Boost Work Efficiency]](/p/visual-studio-%E3%82%B7%E3%83%A7%E3%83%BC%E3%83%88%E3%82%AB%E3%83%83%E3%83%88%E4%B8%80%E8%A6%A7/img_hu2321517586298564914.webp)