跳至主要内容

使用适用于 JetBrains 的 GitHub Codespaces 插件

你可以使用适用于 JetBrains 客户端应用程序的 GitHub Codespaces 插件来了解你的代码空间,或在你完成工作后停止你的代码空间。

备注

  • 目前,在 JetBrains IDE 中使用 GitHub Codespaces 处于公开测试阶段,并且可能会发生更改。
  • 要在 JetBrains IDE 中处理代码空间,你必须使用 JetBrains Gateway 的 2023.3.* 或 2024.1.* 版本。

关于 GitHub Codespaces 插件

当你从 JetBrains Gateway 应用程序连接到代码空间时,将启动 JetBrains 客户端应用程序。它允许你将 GitHub Codespaces 与你最喜欢的 JetBrains IDE 一起使用。有关更多信息,请参阅“在 JetBrains IDE 中使用 GitHub Codespaces”。

当你从 JetBrains Gateway 连接到代码空间时,GitHub Codespaces 插件已经安装在 JetBrains 客户端中。该插件将 GitHub Codespaces 工具窗口添加到用户界面。

单击 JetBrains 客户端应用程序窗口左下方的GitHub Codespaces以打开 GitHub Codespaces 工具窗口。

Screenshot of the GitHub Codespaces tool window. The "GitHub Codespaces" tool window selector is highlighted with an orange outline.

使用 GitHub Codespaces 工具窗口

GitHub Codespaces 工具窗口显示

  • 你用来创建此 Codespace 的存储库。
  • Codespace 的显示名称。
  • 当前分支。
  • 机器规格。
  • 此 Codespace 在自动停止前可以保持空闲的时间。
  • Codespace 的创建时间。
  • 已停止的 Codespace 在自动删除前保留的期限。

GitHub Codespaces 工具窗口顶部的图标提供以下功能。

  • 刷新活动 Codespace

    Screenshot of the GitHub Codespaces tool window. A refresh icon, which refreshes the active code space, is highlighted.

    刷新 GitHub Codespaces 工具窗口中的详细信息。例如,如果你使用 GitHub CLI 更改了显示名称,你可以单击此按钮来显示新名称。

  • 从 Web 管理你的 Codespaces

    Screenshot of the GitHub Codespaces tool window. A world icon, which manages GitHub Codespaces from the web, is highlighted.

    https://github.com/codespaces 打开你的 Codespaces 列表。

  • 查看 Codespace 创建日志

    Screenshot of the GitHub Codespaces tool window. A document icon, which allows you to view a code space creation log, is highlighted.

    在编辑器窗口中打开 Codespace 创建日志。有关更多信息,请参阅“GitHub Codespaces 日志”。