VSCode Flashcards

1
Q

Shortcut for viewing all files in project?

A

Ctrl + P

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

Shortcut for going to a specific line in code?

A

Ctrl + G

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

Shortcut:
Delete one or more whole lines:

A

Ctrl + Shift + K

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

How to view previous versions of code?

A

Timeline view

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

How to format code automatically?

A

Choose “format code” in command palette.

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

How to access command palette?

A

Ctrl + Shift + P

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

How to search for a word in your code?

A

Press Ctrl + F to open the Find widget in the top-right corner.
Click the magnifying glass icon in the top-right corner of the VSCode window.

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