跳到主要内容

在 GitHub Desktop 中配置默认编辑器

你可以配置 GitHub Desktop 使用你首选的文本编辑器或集成开发环境 (IDE) 来打开项目中的文件。

平台导航

简介

GitHub Desktop 支持许多编辑器,并且如果你的首选编辑器不受支持,还可以让你选择自定义编辑器。如果你在 GitHub Desktop 打开时安装了编辑器,则需要退出并重新打开 GitHub Desktop 才能检测到该编辑器。

支持的编辑器

配置默认编辑器

  1. 在菜单栏中,选择**GitHub Desktop**,然后单击**设置**。

    Screenshot of the menu bar on a Mac. Under the open "GitHub Desktop" dropdown menu, the cursor hovers over "Settings", which is highlighted in blue.

  2. 在“设置”窗口中,选择**集成**。

    Screenshot of the "Settings" window. In the left sidebar, the "Integrations" option is highlighted in blue and outlined in orange.

  3. 在“外部编辑器”下,使用下拉菜单选择要设置为默认的编辑器。

  4. 单击**保存**。

  1. 使用**文件**菜单,然后单击**选项**。

    Screenshot of the "GitHub Desktop" menu bar on Windows. In the expanded "File" dropdown menu, the "Options" item is highlighted with an orange outline.

  2. 在“选项”窗口中,选择**集成**。

    Screenshot of the "Options" window. In the left sidebar, the "Integrations" option is highlighted in blue and outlined in orange.

  3. 在“外部编辑器”下,使用下拉菜单选择要设置为默认的编辑器。

  4. 单击**保存**。

配置自定义编辑器

  1. 在菜单栏中,选择**GitHub Desktop**,然后单击**设置**。

    Screenshot of the menu bar on a Mac. Under the open "GitHub Desktop" dropdown menu, the cursor hovers over "Settings", which is highlighted in blue.

  2. 在“设置”窗口中,选择**集成**。

    Screenshot of the "Settings" window. In the left sidebar, the "Integrations" option is highlighted in blue and outlined in orange.

  3. 在“外部编辑器”下,使用下拉菜单选择**配置自定义编辑器**。

  4. 单击**选择**以打开系统对话框,导航到自定义编辑器的路径。

  5. 在“参数”下,输入要在“%TARGET_PATH%”变量后使用的任何参数。参考自定义编辑器的支持文档,确保参数设置正确,因为无效的参数可能会阻止编辑器在 GitHub Desktop 中启动。

  6. 单击**保存**。

在默认编辑器中打开仓库

要在默认编辑器中打开当前仓库,可以使用菜单栏

  1. 在菜单栏中,选择**仓库**。
  2. 单击**在默认编辑器中打开**

如果要使用默认编辑器打开另一个仓库,可以使用仓库列表。

  1. 在 GitHub Desktop 的左上角,当前仓库名称的右侧,单击.
  2. 右键单击仓库,然后单击**在默认编辑器中打开**。

提示

可以使用Shift+Command+A键盘快捷键在默认编辑器中打开仓库。

提示

可以使用Ctrl+Shift+A键盘快捷键在默认编辑器中打开仓库。

在默认编辑器中打开文件

  1. 导航到左侧侧边栏中的“更改”选项卡。
  2. 双击文件,或右键单击文件并选择**在默认编辑器中打开**。