Basic Command for VScode Flashcards

1
Q

Open a folder

A

File > Open Folder (Ctrl+K Ctrl+O)

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

File Explorer

A

View > Explorer (Ctrl+Shift+E)

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

Search view

A

View > Search (Ctrl+Shift+F)

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

Source Control

A

View > Source Control (SCM) (Ctrl+Shift+G)

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

Run and Debug

A

View > Run (Ctrl+Shift+D)

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

Extensions view

A

View > Extensions (Ctrl+Shift+X)

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

Open the Command Palette.

A

View > Command Palette… (Ctrl+Shift+P)

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

Output panel

A

View > Output (Ctrl+Shift+U)

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

Debug Console

A

View > Debug Console (Ctrl+Shift+Y)

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

Problems panel

A

View > Problems (Ctrl+Shift+M)

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

Integrated Terminal

A

View > Terminal (Ctrl+`)

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

Create a new file

A

File > New File (Ctrl+N)

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

Save a file

A

File > Save (Ctrl+S)

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

Auto Save

A

File > Auto Save

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

Run

A

Run > Start Debugging (F5)

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

Programming language extensions

A

Python - IntelliSense, linting, debugging, code formatting, refactoring, and more.
Live Preview - Hosts a local server to preview your webpages.

17
Q

Zoom

A
Zoom out (Ctrl+-)
Zoom in (Ctrl+=)
18
Q

Customize your editor with color themes.

A

File > Preferences > Color Theme (Ctrl+K Ctrl+T)