https://code.visualstudio.com/
ショートカット

https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
一般
| 効果 | ショートカット |
|---|---|
| コマンドパレット | ⌘ P, > または cmd + shift + p |
| ファイル選択 | cmd + p |
基本編集
| 効果 | ショートカット |
|---|---|
| エディタタブの切り替え | cmd + shift + [ ], cmd + opt + ⇄, ontrol + 1,2,3… |
| エディタタブへ移動 | cmd + 1 |
マルチカーソル・選択
| 効果 | ショートカット |
|---|---|
| ⇧⌘L | 現在選択中の識別子を全て選択(Jupyterの場合は一つのコマンドセル) |
リッチ言語編集
| 効果 | ショートカット |
|---|---|
| F2 | シンボルの名前変更(Jupyterの場合は全てのコマンドセル) |
-
ファイル内に存在するシンボルを一覧
cmd + p, @: -
以前のフォルダを開く
cmd + shift + p, [File: Open Recent] -
ドキュメントフォーマット
cmd + shift + p, [format document] (…のついていない方), yapfを選択 -
Lint
cmd + shift + p, [Python: select linter], pylintを選択, [Python: run linting] -
ターミナル表示/非表示
cmd + j -
サイドバー表示/非表示
cmd + b -
サイドバーへ移動
cmd + 0 -
パネルで現在アクティブなタブにフォーカス
-
[F6]