先日VSCodeを入れました。
ちょいちょい使いそうなショートカットキーをメモ
コマンドパレット
Cmd + Shift + p
使用可能なコマンドを列挙&絞り込み&実行
大体はこれで検索すればできそう・・・
コード整形
shift + option + f
いつもの。
キーボードショートカットを一覧
カスタマイズするならここから。
Code -> 基本設定 -> キーボードショートカット
[ { "key": "shift+escape", "command": "closeReferenceSearchEditor", "when": "inReferenceSearchEditor && !config.editor.stablePeek" }, { "key": "escape", "command": "closeReferenceSearchEditor", "when": "inReferenceSearchEditor && !config.editor.stablePeek" }, { "key": "shift+escape", "command": "cancelSelection", "when": "editorHasSelection && editorTextFocus" }, ・・・
保存時に自動整形ってどうやるのかな〜。