HI, INTERNET FRIENDS # # MASTERING VS-CODE KEYBOARD SHORTCUTS

   Question 1 - How Do You Select A Full Line Of Text?

Jump A Word At A Time

Control & Right Left

Jump To End/Start Of Line

Home/End

Hold down Shift To Highlight

Jump To End/Start Of File

Control + Home/End

Hold down shift To Highlight

   Question 2  - How Do You Copy The Current Line?

Copy line and paste above

Shift + Alt + Up

Copy line and paste below

Shift + Alt + Down

   Question 3  - How Do You Move The Current Line?

Move Line

Alt + Up / Down

   Question 4  - How Do We Apply A Comment?

Comment

Control + k + C

Uncomment

Control + k + U

A quicker alternative is:

Control + /

   Question 5 - How Do We Enable  Multi-line Editing?

Spawn Cursors:

Alt + Click

To go back to a single cursor:

Esc

Match All Occurrences:

Shift + Control + L

 Question 6  - How Do You Select The Next Occurrence?

Match Next Occurrence Of Highlighted TextFind the next occurrence of the selected term:

Control + D

 Question 7  - How Do You Delete The Current Line?

Delete Current Line:

Control + Shift + K

 Question 8  - How Do You Close The Active Tab?

Control + W

 Question 9 -  How Do You Access The VS-Code Setting Menus?

Open Palette;

Ctrl + Shift + P

Open Settings:

Ctrl + ,

 Question 10  - How Do Open Files Without The Mouse?

Toggle Between Tabs:

Control + Tab

Toggle Taskbar:

Control + B

Go to File:

Control + P

 Question 11 - How Do You Access The Terminal?

Hide/Show Terminal:

Control + '

   Question 12 

How Do You Learn More About VS Shortcuts?

Control + K then Control + S

BONUS round

Add A Cursor Below:

Control + Alt + Down

Above:

Control + Alt + Up