VSCode Flashcards
1
Q
Shortcut for viewing all files in project?
A
Ctrl + P
2
Q
Shortcut for going to a specific line in code?
A
Ctrl + G
3
Q
Shortcut:
Delete one or more whole lines:
A
Ctrl + Shift + K
4
Q
How to view previous versions of code?
A
Timeline view
5
Q
How to format code automatically?
A
Choose “format code” in command palette.
6
Q
How to access command palette?
A
Ctrl + Shift + P
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.