- 下載,安裝並打開Visual Studio Code。
打開命令面板 (
⌘ + ⇧ + P on Mac
) OR查看 ❯ 命令面板
鍵入shell命令以查找Shell命令:
Install 'code' command in PATH command
安裝完成就可以了
之後,您可以使用 code
or code .
在終端。
從命令行打開Visual Studio代碼
code --
打開整個文件夾/目錄
code .
打開特定文件
code file_name
eg:- code index.html
如果您想進一步了解一些,可以看以下的視頻教學,使用VSCode CLI的重要技巧。
{youtube}uKCiAA4AJcI{/youtube}
參考資料:How to open Visual Studio Code from the command line on OSX?