Basic Command for VScode Flashcards
1
Q
Open a folder
A
File > Open Folder (Ctrl+K Ctrl+O)
2
Q
File Explorer
A
View > Explorer (Ctrl+Shift+E)
3
Q
Search view
A
View > Search (Ctrl+Shift+F)
4
Q
Source Control
A
View > Source Control (SCM) (Ctrl+Shift+G)
5
Q
Run and Debug
A
View > Run (Ctrl+Shift+D)
6
Q
Extensions view
A
View > Extensions (Ctrl+Shift+X)
7
Q
Open the Command Palette.
A
View > Command Palette… (Ctrl+Shift+P)
8
Q
Output panel
A
View > Output (Ctrl+Shift+U)
9
Q
Debug Console
A
View > Debug Console (Ctrl+Shift+Y)
10
Q
Problems panel
A
View > Problems (Ctrl+Shift+M)
11
Q
Integrated Terminal
A
View > Terminal (Ctrl+`)
12
Q
Create a new file
A
File > New File (Ctrl+N)
13
Q
Save a file
A
File > Save (Ctrl+S)
14
Q
Auto Save
A
File > Auto Save
15
Q
Run
A
Run > Start Debugging (F5)