vscode shortcut, how to use / Visual Studio Code / Programming Beginner Coding Speed Up
Programmer Kimfl Studio Programmer Kimfl Studio
26.9K subscribers
13,043 views
402

 Published On Oct 20, 2022

This is the 2022 version of the Basic Shortcut Instructions course that you should be aware of when using vscode (visual studio code).
It is a video that adds a shortcut that is good to know in the previous lecture uploaded in May 2019, and even if programming beginners and beginners use it, it will be easy to speed up coding.
Since learning shortcut keys itself is a study, I composed the video with not too many shortcuts.
Python, Java, C language, HTML, CSS, JavaScript, Cotlin, etc. It is a useful lecture for any programming language.

List of VS Code shortcuts in the video -
Ctrl + K, S : Shortcut Key List

Ctrl + C : Copy
Ctrl + V : Paste
Ctrl + X : Cut
Ctrl + Shift + K : Delete Line

Ctrl + F : Find
Ctrl + H : Replace

Ctrl + G : Go to the row you entered

Ctrl + D : Find the same word
Ctrl + F2 : Select all the same words
Ctrl + Shift + L : Select all the same words

Alt + Mouse Click: Multiple Cursors
Ctrl + Alt + Direction Key: Multiple Cursors

Ctrl + Direction key: Scroll move
Alt + direction key: row movement
Shift + direction key: Select multiple rows

Ctrl + Enter : Insert a blank line below
Ctrl + Shift + Enter : Insert a blank line above

Ctrl + Space : Trigger Suggestion
Ctrl + Shift + Space : Trigger parameter hint

Ctrl + Shift + [ : Collapse Area]
Ctrl + Shift + ] : Expand Area

Ctrl + B : Open Sidebar Close
Ctrl + J : Open Panel Close
Ctrl + ' : Close Terminal Open

Ctrl + Shift + N : Open a new window
Ctrl + K, O : Open to a new window
Ctrl + W : Close Tab
Ctrl + \ : Edit window split
Ctrl + Numeric : Move focus in edit window

Alt + Z : Automatic line replacement (replace multiple lines into one line)

Alt + Shift + Direction key: Copy line

Ctrl + Shift + R : Automatically complete the specified part as a function

Ctrl + / : Comment Processing
Ctrl + [, ] : Indent

View on blog: https://blog.naver.com/kimflstudio/22...

show more

Share/Embed