mac 命令行使用 vscode 打开当前目录

  1. 安装命令行工具: 打开 VSCode,然后按 Cmd + Shift + P 打开命令面板,输入 “shell command” 并选择 “Shell Command: Install ‘code’ command in PATH”。这将会在命令行中添加 code 命令。

    image-20231214171531639

    image-20231214171543081

  2. 使用 code 命令打开目录: 在目标目录中,运行以下命令:

    bashCopy code
    code .
    

    image-20231214171614210


macOS 使用 homebrew 切换不同 nodejs 版本 mac 快速使用 nginx