便利キー
Command Palette
shift + command + P
他 Command Paletteで使えるもの
command + Pwill let you navigate to any file or symbol by simply typing its namectrl + shift + Tabwill cycle you through the last set of files openedshift + command + P: will bring you directly to the editor commandsshift + command + O: will let you navigate to a specific symbol in a filectrl + G: will let you navigate to a specific line in a file
Quick File Navigation
ctrl + tab
Multiple selections (multi-cursor) !!! これ便利 !!!
column または 範囲の選択関連キー
select same word
command + D
column selection by key
alt + command + down
alt + command + up
column (box) selection by mouse
shift + altand click-mouse-dragshift + alt + ctrland arrow keys
Shrink/expand selection
Change Language Mode / 言語選択
command + K, M
format json
shift + alt + F
markdown 関連
https://code.visualstudio.com/Docs/languages/markdown
preview in new tab
shift + command + V
preview side-by-side
command + K, V
table
- Table Formatterを利用
- publisher:"Shuzo Iwasaki"
vuejs関連
- vetur
change language mode(editor syntax変更)
| key | command | command id |
|---|---|---|
⌘K M |
Change Language Mode | workbench.action.editor.changeLanguageMode |
Custom
以下は、私が修正したshortcut
Relace : command + R