Visual Studio Code KeyBoard shortcuts for daily Use
Today in this article we shall see the Visual Studio Code shortcut key commands list,
Today in this article, we will cover below aspects,
Visual Studio Code KeyBoard shortcuts – Quick formatting useful commands
ShortCuts | Comamnds details |
---|---|
Shift+Alt+F | Format entire current document |
Ctrl+K Ctrl+F | Format selection only |
Ctrl+Z | Undo last operation |
Ctrl+Y | Redo last operation |
Ctrl+X | Copy and Cut selection |
Ctrl+C | Copy selection |
Ctrl+V | Paste the selection copied using Ctrl+X or Ctrl C |
Ctrl+F | Open the find dialog to search a text |
Ctrl+H | Open Replace dialog box using selection if selected or work without it. |
Ctrl+L | Select current line |
Ctrl+ = / – | Zoom in/out |
Ctrl+S | Save |
All Basic Editing commands
Ctrl+X | Copy and Cut selection |
Ctrl+C | Copy line (empty selection) |
Ctrl+Enter | Insert line below |
Ctrl+Shift+Enter | Insert line above |
Alt+ ↑ / ↓ | Move line up/down |
Shift+Alt + ↓ / ↑ | Copy line up/down |
Ctrl+Home | Go to the beginning of the file |
Ctrl+End | Go to end of file |
Ctrl+Shift+K | Delete line |
Visual Studio Code KeyBoard shortcuts – Debug commands
F9 | Toggle breakpoint |
F5 | Start/Continue |
Shift+F5 | Stop |
Ctrl+Shift+O | Go to Symbol… |
F11 / Shift+F11 | Step into/out |
Alt+ ← / → | Go back / forward |
Ctrl+K Ctrl+I | Show hover |
Integrated Terminal
Ctrl+` | Show integrated terminal |
Ctrl+Shift+` | Create new terminal |
Ctrl+↑ / ↓ | Scroll up/down |
Shift+PgUp / PgDn | Scroll page up/down |
Ctrl+Home / End | Scroll to top/bottom |
References :
Hope you find this list useful.
Do you have any comments or ideas or any better suggestions to share?
Please sound off your comments below.
Happy Coding !!
Please bookmark this page and share it with your friends. Please Subscribe to the blog to receive notifications on freshly published(2024) best practices and guidelines for software design and development.