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

ShortCutsComamnds details
Shift+Alt+FFormat entire current document
Ctrl+K Ctrl+FFormat selection only
Ctrl+ZUndo last operation
Ctrl+YRedo last operation
Ctrl+XCopy and Cut selection
Ctrl+CCopy selection
Ctrl+VPaste the selection copied using Ctrl+X or Ctrl C
Ctrl+FOpen the find dialog to search a text
Ctrl+HOpen Replace dialog box using selection if selected or work without it.
Ctrl+LSelect current line
Ctrl+ = / –Zoom in/out
Ctrl+S Save

All Basic Editing commands

Ctrl+XCopy and Cut selection
Ctrl+CCopy line (empty selection)
Ctrl+EnterInsert line below
Ctrl+Shift+EnterInsert line above
Alt+ ↑ / ↓Move line up/down
Shift+Alt + ↓ / ↑Copy line up/down
Ctrl+HomeGo to the beginning of the file
Ctrl+EndGo to end of file
Ctrl+Shift+KDelete line

Visual Studio Code KeyBoard shortcuts – Debug commands

F9Toggle breakpoint
F5 Start/Continue
Shift+F5 Stop
Ctrl+Shift+OGo to Symbol…
F11 / Shift+F11Step into/out
Alt+ ← / →Go back / forward
Ctrl+K Ctrl+IShow hover

Integrated Terminal

Ctrl+` Show integrated terminal
Ctrl+Shift+` Create new terminal
Ctrl+↑ / ↓Scroll up/down
Shift+PgUp / PgDnScroll page up/down
Ctrl+Home / EndScroll 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.



Leave a Reply

Your email address will not be published. Required fields are marked *