0% found this document useful (0 votes)
2 views3 pages

Vs Code Shortcuts

The document provides a comprehensive list of keyboard shortcuts for various functions in a code editing environment, including general editing, navigation, code editing, window management, and debugging. It also includes a note to install the Extension Pack for Java in VS Code. Additionally, it encourages following AmbikaVisions on Instagram and concludes with a friendly message for happy learning.

Uploaded by

srinivasuluk211
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)
2 views3 pages

Vs Code Shortcuts

The document provides a comprehensive list of keyboard shortcuts for various functions in a code editing environment, including general editing, navigation, code editing, window management, and debugging. It also includes a note to install the Extension Pack for Java in VS Code. Additionally, it encourages following AmbikaVisions on Instagram and concludes with a friendly message for happy learning.

Uploaded by

srinivasuluk211
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

CHECK OUT THE FOLLOWING DOCUMENT THOROUGHLY!!

Don't forget to follow AmbikaVisions!!


[Link]

General Editing
Ctrl + S: Save File

Ctrl + Z: Undo

Ctrl + Y: Redo

Ctrl + X: Cut line

Ctrl + C: Copy line

Ctrl + V: Paste

Navigation
Ctrl + P : Quick Open File

Ctrl + Tab: Switch between Open Files

Ctrl + G: Go to line

Ctrl + Shift + E: Explorer Sidebar

Ctrl + Shift + F: Search in Files

Code Editing
Ctrl + Space: Trigger IntelliSence

3/5
Ctrl + Shift + Space: Trigger parameter

hints

Alt+1/+: Move line up/down

Alt + shift + 1/4: Copy line up/down

Ctrl+/: Toggle line comment

Window Management
Ctrl + Shift + N : New window

Ctrl + Shift: W: Close Window

Ctrl+: Toggle terminal

Ctrl + B: toggle sidebar visibility

Debugging
F5: Start debugging

F9: Toggle breakpoint

F10: Step Over

F11: Step into

Shift + F5: Stop debugging

file management
Ctrl + N: Create a new file

Ctrl + Shift + T: Reopen the last closed file


Ctrl + Shift + S: Save all open files

Ctrl + O: Open a file

Ctrl + W: Close the current file

For Java Install Extension Pack for Java in the VS Code

Thank you 😊, Happy Learning.

You might also like