如何在 workspace 快速開啟 VS Code 進行編輯

一定要會的技巧 - 從 command line 直接開啟 VS Code!

操作環境

  1. macOS: 10.13.6 High Sierra
  2. iTerm2

只要四個步驟

  1. 開啟 VS Code,按下快速鍵 command + shift + p
  2. 在跳出的對話框命令列後輸入或找到 >Shell Command: Install 'code' command in PATH
  3. 等待安裝完成後,開啟 iTerm2
  4. 進入 workspace,然後在 command line 輸入 code . 就可以開始使用 VS Code 編輯整個工作目錄了 :)

參考資料 References