KEMBAR78
Vs Code Shortcuts Windows | PDF
0% found this document useful (0 votes)
30 views2 pages

Vs Code Shortcuts Windows

This document provides a comprehensive list of keyboard shortcuts for Visual Studio Code on Windows, categorized into sections such as Basic Essentials, Terminal & Sidebar, Zoom & Navigation, Editing Lines, Commenting & Matching, and Multi-cursor Editing. Each section includes specific shortcuts for various functions to enhance productivity. Users can quickly reference these shortcuts to improve their coding efficiency in VS Code.

Uploaded by

budensabsameera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views2 pages

Vs Code Shortcuts Windows

This document provides a comprehensive list of keyboard shortcuts for Visual Studio Code on Windows, categorized into sections such as Basic Essentials, Terminal & Sidebar, Zoom & Navigation, Editing Lines, Commenting & Matching, and Multi-cursor Editing. Each section includes specific shortcuts for various functions to enhance productivity. Users can quickly reference these shortcuts to improve their coding efficiency in VS Code.

Uploaded by

budensabsameera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

VS Code Shortcuts for Windows

Basic Essentials
Open Command Palette: Shift + Ctrl + P
Open Settings: Ctrl + ,
Open New File: Ctrl + N
Save / Save As: Ctrl + S / Shift + Ctrl + S
Close Window: Ctrl + W
Open New Window: Shift + Ctrl + N

Terminal & Sidebar


Toggle Terminal: Ctrl + `
Create New Terminal: Shift + Ctrl + `
Toggle Sidebar: Ctrl + B

Zoom & Navigation


Zoom In / Out: Ctrl + + / Ctrl + -
Start / End of Line: Ctrl + Left / Ctrl + Right or Home / End
Start / End of File: Ctrl + Home / Ctrl + End
Move by Word: Alt + Left / Alt + Right

Editing Lines
Cut / Copy / Paste Line: Ctrl + X / Ctrl + C / Ctrl + V
Move Line Up / Down: Alt + Up / Alt + Down
Copy Line Up / Down: Shift + Alt + Up / Shift + Alt + Down
Remove Line: Shift + Ctrl + K
Insert Line Below: Ctrl + Enter
Insert Line Above: Shift + Ctrl + Enter

Commenting & Matching


Add Line Comment: Ctrl + /
Add Block Comment: Shift + Alt + A
Jump to Matching Bracket: Shift + Ctrl + \

Multi-cursor Editing
Select Next Match: Ctrl + D
Add Cursor: Alt + Click

You might also like