Open4
VSCode の設定

自分用 VSCode の設定まとめ

括弧の自動補完を一部抑制する
"editor.autoClosingBrackets": "beforeWhitespace",
"editor.autoClosingQuotes": "beforeWhitespace",

ショートカットキー
設定
ショートカットキー一覧: Cmd-K Cmd-S
フォーカス
機能 | ショートカット | Command |
---|---|---|
タブを右のエディターに移動 | ctrl+cmd+right |
View: Move Editor int Next Group |
フォーカスを右のエディターに移動 |
cmd+k cmd+right
|
View: Focus Right Editor Group |
フォーカスを最初のエディターグループに移動 | cmd+1 |
View: Focus First Editor Group |
フォーカスを 2 番目のエディターグループに移動 | cmd+2 |
workbench.action.focusSecondEditorGroup |
カーソル
機能 | ショートカット | Command |
---|---|---|
文頭に移動 | cmd+up |
cursorTop |
行を上と交換 | alt+up |
Move Line Up |
行を上に複製 | alt+shift+up |
Copy Line Up |
マルチカーソルを追加 | alt+cmd+up |
Add Cursor Above |
上まで選択 | shift+up |
cursorUpSelect |
文頭までを選択 | cmd+shift+up |
cursorTopSelect |
(macOS の expose) | ctrl+up |

常に新しいタブでファイルを開く
Workbench > Editor: Enable Preview
をオフにする