Visual Studio Code

2021-11-14 (日) 12:02:47

Visual Studio Code

Visual Studio Codeとは

よく使うショートカット(Mac)

  • クイックオープンウィンドウ
    • Cmd + P
  • コマンドパレットを開く
    • Cmd + Shift + P
  • Explorer
    • Cmd + Shift + E
  • 検索
    • Cmd + Shift + F

好みの設定

  • Code > Preferences > Settings
  • タブキー押下時に空白(ソフトタブ)を入力する
    • editor.tabSize : 2
    • editor.insertSpaces : true
    • editor.detectIndentation : false
  • タブ・スペース・改行コードを可視化する
    • editor.renderWhitespace : all

拡張機能

  • Code > Preferences > Extensions
  • Vim
    • vscodevim.vim
  • Java
    • Java Extension Pack