Studio Code : Shortcuts Flashcards

1
Q

How do you expand or colapse side bar

A

Ctrl + b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you create a terminal

A

Ctrl + `

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Shortcut to search : FILES

A

Ctrl + Shift + f

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Short cut to explore ( files )

A

Ctrl + Shift + e

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Shortcut to Source control

A

Ctrl + Shift + g

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Shorcut to Debugging

A

Ctrl + Shift + d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Shourtcut to extensiosn

A

Ctrl + Shift + x`

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Shortcut to command palette

A

Ctrl + Shift + p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is zen mode

A

only shows code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

how to swap between files

A

ctrl + 1 -9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you make anohter copy

A

ctrl + \

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How to scroll through files

A

ctrl + tab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Search for files by name

A

ctrl + p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

close files

A

ctrl + w

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

slect varible at cursor

A

ctrl + d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

cut line

A

ctrl + x

17
Q

copy line

A

ctrl c

18
Q

move line

A

alt + arrow

19
Q

delete line

A

ctrl + shift + k

20
Q

add line bellow

A

ctrl + enter

21
Q

add line above

A

ctrl + shift + enter

22
Q

jump to matching bracket

A

ctrl + shift + \

23
Q

indent

A

ctril + ]

24
Q

beginning end of line

A

home / end

25
Q

move window pane up down

A

ctrl up down

26
Q

move line up and down by a line

A

alt pgup / pg Dn

27
Q

fold / unflod region

A

ctrl + shift [ or ]