vscode
basic
[!TIP|label:
settings.json
]
OS | LOCATION |
---|---|
windows |
|
linux |
|
osx |
|
config
[!NOTE|label:references:]
proxy
font style
[!NOTE|label:references:]
plugins
[!NOTE]
update github token
[!NOTE|label:references:]
generate new token for gist
vscode -> ⌘ + ⇧ + p ->
>Sync: Advanced Options
>Sync: Open Settings
paste new token
[!NOTE|label:references:]
install
mac
configure
shortcut
[!NOTE|label:references:]
keys
⌃ :
control
⌘ :
command
⇧ :
shift
⌥ :
option
accepted keys:
PLATFORM | MODIFIERS |
---|---|
macOS |
|
Windows |
|
Linux |
|
SHORTCUT | KEY | DESCRIPTION |
---|---|---|
shift + cmd + p | ⇧ + ⌘ + p | open command palette |
cmd + p | ⌘ + p | go to file |
shift + ctrl + ` | ⇧ + ⌘ + ` | new terminal |
ctrl + b | ⌃ + b | toggle sidebar visibility |
ctrl + r | ⌃ + r | open recently |
cmd + j | ⌘ + j | toggle terminal panel |
cmd + , | ⌘ + , | open settings |
shift + cmd + e | ⇧ + ⌘ + e | open explorer view |
shift + cmd + f | ⇧ + ⌘ + f | open search view |
shift + cmd + v | ⇧ + ⌘ + v | open markdown preview |
cmd + k, v | ⌘ + k, v | open markdown preview to side |
shift + cmd + g | ⇧ + ⌘ + g | open source control view |
shift + cmd + x | ⇧ + ⌘ + x | open extensions view |
shift + cmd + o | ⇧ + ⌘ + o | go to symbol |
shift + cmd + m | ⇧ + ⌘ + m | show problem panel |
shift + cmd + y | ⇧ + ⌘ + y | show debug console panel |
shift + cmd + u | ⇧ + ⌘ + u | show output panel |
ctrl + ^ | ⌃ + ^ | show terminal panel |
cmd + k + 0 / cmd + k + j | ⌘ + k + 0 / ⌘ + k + j | fold/unfold all methods |
alt + cmd + o | ⌥ + ⌘ + o | connect to ... |
alt + cmd + r | ⌥ + ⌘ + r | reveal in finder |
alt + cmd + c | ⌥ + ⌘ + c | copy path |
Last updated