Studio Code : Shortcuts Flashcards
How do you expand or colapse side bar
Ctrl + b
How do you create a terminal
Ctrl + `
Shortcut to search : FILES
Ctrl + Shift + f
Short cut to explore ( files )
Ctrl + Shift + e
Shortcut to Source control
Ctrl + Shift + g
Shorcut to Debugging
Ctrl + Shift + d
Shourtcut to extensiosn
Ctrl + Shift + x`
Shortcut to command palette
Ctrl + Shift + p
what is zen mode
only shows code
how to swap between files
ctrl + 1 -9
How do you make anohter copy
ctrl + \
How to scroll through files
ctrl + tab
Search for files by name
ctrl + p
close files
ctrl + w
slect varible at cursor
ctrl + d
cut line
ctrl + x
copy line
ctrl c
move line
alt + arrow
delete line
ctrl + shift + k
add line bellow
ctrl + enter
add line above
ctrl + shift + enter
jump to matching bracket
ctrl + shift + \
indent
ctril + ]
beginning end of line
home / end
move window pane up down
ctrl up down
move line up and down by a line
alt pgup / pg Dn
fold / unflod region
ctrl + shift [ or ]