一定要會的技巧 - 從 command line 直接開啟 VS Code!
操作環境
- macOS: 10.13.6 High Sierra
- iTerm2
只要四個步驟
- 開啟 VS Code,按下快速鍵
command + shift + p
- 在跳出的對話框命令列後輸入或找到
>Shell Command: Install 'code' command in PATH
- 等待安裝完成後,開啟 iTerm2
- 進入 workspace,然後在 command line 輸入
code .
就可以開始使用 VS Code 編輯整個工作目錄了 :)
參考資料 References