关于 Azure Data Studio 中的 GitHub Copilot 扩展
在 Azure Data Studio 中安装 GitHub Copilot 扩展,您可以在输入时从 Copilot 获取代码建议。
要查看其他流行编码环境的说明,请使用页面顶部的工具切换器。
在 Azure Data Studio 中安装 GitHub Copilot 扩展
-
确保您有权访问 GitHub Copilot。有关信息,请参阅“关于 GitHub Copilot”。
-
确保您拥有兼容版本的 Azure Data Studio。要在 Azure Data Studio 中使用 GitHub Copilot,您必须安装 Azure Data Studio 版本 1.44.0 或更高版本。请参阅 Azure Data Studio 文档中的 Azure Data Studio 下载页面。
-
在 Azure Data Studio 中安装 GitHub Copilot 扩展。请参阅 Microsoft 文档中的 安装 GitHub Copilot 扩展。
-
如果 Azure Data Studio 中的弹出窗口提示您登录以使用 GitHub Copilot,请单击“登录 GitHub”并按照屏幕上的说明操作。
- 如果您之前已在 GitHub 上为您的帐户授权 Azure Data Studio,GitHub Copilot 将自动获得授权。
- 如果您没有收到授权提示,您可以通过单击 Azure Data Studio 窗口底部面板中的铃铛图标查看通知。
-
如果您正在按照授权步骤操作,则在您的浏览器中,GitHub 将请求 GitHub Copilot 所需的权限。要批准这些权限,请单击“授权 Azure Data Studio”。
关于 JetBrains IDE 中的 GitHub Copilot 扩展
在 JetBrains IDE 中安装 GitHub Copilot 扩展,您可以在 IDE 中与 Copilot 聊天,并在输入时从 Copilot 获取代码建议。
要查看其他流行编码环境的说明,请使用页面顶部的工具切换器。
版本兼容性
有关 JetBrains IDE 中 GitHub Copilot 扩展版本兼容性的信息,请参阅 JetBrains Marketplace 上的 GitHub Copilot 版本。
在您的 JetBrains IDE 中安装 GitHub Copilot 插件
以下步骤将指导您在 IntelliJ IDEA 中安装 GitHub Copilot 插件。在其他受支持的 IDE 中安装插件的步骤可能有所不同。
-
确保您有权访问 GitHub Copilot。有关信息,请参阅“关于 GitHub Copilot”。
-
确保您拥有与 GitHub Copilot 兼容的 JetBrains IDE。GitHub Copilot 与以下 IDE 兼容
- IntelliJ IDEA(Ultimate、Community、Educational)
- Android Studio
- AppCode
- CLion
- Code With Me Guest
- DataGrip
- DataSpell
- GoLand
- JetBrains Client
- MPS
- PhpStorm
- PyCharm(Professional、Community、Educational)
- Rider
- RubyMine
- RustRover
- WebStorm
请参阅 JetBrains IDEs 工具查找器以下载。
-
安装 JetBrains 的 GitHub Copilot 插件。请参阅 JetBrains Marketplace 上的 GitHub Copilot 插件。
-
安装 GitHub Copilot 后,单击重新启动 IDE。
-
JetBrains IDE 重新启动后,单击工具菜单。单击GitHub Copilot,然后单击登录 GitHub。
-
在“登录 GitHub”对话框中,要复制设备代码并打开设备激活窗口,请单击复制并打开。
-
您的浏览器中将打开一个设备激活窗口。粘贴设备代码,然后单击继续。
-
GitHub 将请求 GitHub Copilot 所需的权限。要批准这些权限,请单击授权 GitHub Copilot 插件。
-
权限批准后,您的 JetBrains IDE 将显示确认信息。要开始使用 GitHub Copilot,请单击确定。
关于 Vim/Neovim 中的 GitHub Copilot 扩展
在 Vim/Neovim 中安装 GitHub Copilot 扩展允许您在键入时从 Copilot 接收编码建议。
要查看其他流行编码环境的说明,请使用页面顶部的工具切换器。
在 Vim/Neovim 中安装 GitHub Copilot 扩展
GitHub 建议您使用 Vim/Neovim 的内置插件管理器安装 GitHub Copilot 插件。或者,您可以使用您选择的插件管理器安装 github/copilot.vim
。有关更多信息,请参阅 copilot.vim 存储库。
-
确保您有权访问 GitHub Copilot。有关信息,请参阅“关于 GitHub Copilot”。
-
确保您安装了兼容版本的 Vim/Neovim。要在 Vim/Neovim 中使用 GitHub Copilot,您必须拥有 Vim 版本 9.0.0185 / Neovim 版本 0.6 或更高版本以及 Node.js 版本 18 或更高版本。请参阅 Vim / Neovim 文档 和 Node.js 网站。
-
使用内置插件管理器安装 GitHub Copilot
-
对于macOS 或 Linux 上的 Vim,在终端中运行以下命令。
Shell git clone https://github.com/github/copilot.vim \ ~/.vim/pack/github/start/copilot.vim
git clone https://github.com/github/copilot.vim \ ~/.vim/pack/github/start/copilot.vim
-
对于Windows 上的 Vim,在 Git Bash 中运行以下命令
Shell git clone https://github.com/github/copilot.vim.git \ $HOME/vimfiles/pack/github/start/copilot.vim
git clone https://github.com/github/copilot.vim.git \ $HOME/vimfiles/pack/github/start/copilot.vim
-
对于macOS 或 Linux 上的 Neovim,在终端中运行以下命令。
Shell git clone https://github.com/github/copilot.vim \ ~/.config/nvim/pack/github/start/copilot.vim
git clone https://github.com/github/copilot.vim \ ~/.config/nvim/pack/github/start/copilot.vim
-
对于Windows 上的 Neovim,在 Git Bash 中运行以下命令
Shell git clone https://github.com/github/copilot.vim.git \ $HOME/AppData/Local/nvim/pack/github/start/copilot.vim
git clone https://github.com/github/copilot.vim.git \ $HOME/AppData/Local/nvim/pack/github/start/copilot.vim
-
-
要配置 GitHub Copilot,请打开 Vim/Neovim 并输入以下命令。
Shell :Copilot setup
:Copilot setup
-
在您的 Vim/Neovim 配置中启用 GitHub Copilot,或使用 Vim/Neovim 命令。
Shell :Copilot enable
:Copilot enable
关于 Visual Studio 中的 GitHub Copilot 扩展
在 Visual Studio 中安装 GitHub Copilot 扩展可以让您在输入时从 Copilot 获取代码建议。
要查看其他流行编码环境的说明,请使用页面顶部的工具切换器。
版本兼容性
从 Visual Studio 2022 版本 17.10 开始,统一的 Copilot 和 GitHub Copilot Chat 扩展默认包含在内,作为内置组件。有关更多信息,请参阅 Microsoft 文档中的“在 Visual Studio 中安装 GitHub Copilot”。
在 Visual Studio 中安装 GitHub Copilot 扩展
-
确保您有权访问 GitHub Copilot。有关信息,请参阅“关于 GitHub Copilot”。
-
确保您已安装了兼容版本的 Visual Studio。要在 Visual Studio 中使用 GitHub Copilot,您必须安装 Windows 版 Visual Studio 2022 17.8 或更高版本。有关更多信息,请参阅 Microsoft 文档中的“安装 Visual Studio”。
-
在 Visual Studio 中安装 GitHub Copilot 请参阅 Microsoft 文档中的“在 Visual Studio 中安装 GitHub Copilot”。
-
安装 GitHub Copilot 扩展后,要启用 GitHub Copilot,请确保您已将您的 GitHub 帐户添加到 Visual Studio。有关更多信息,请参阅 Microsoft 文档中的“将您的 GitHub 帐户添加到 Visual Studio 密钥链”。
关于 Visual Studio Code 中的 GitHub Copilot 扩展
在 Visual Studio Code 中安装 GitHub Copilot 扩展可以让您在输入时从 Copilot 获取代码建议。它还会自动安装 GitHub Copilot Chat 扩展,使您可以与 Copilot 聊天。
要查看其他流行编码环境的说明,请使用页面顶部的工具切换器。
版本兼容性
Copilot Chat 与 Visual Studio Code 紧密同步发布,因为它深度集成到 UI 中。因此,每个新版本的 Copilot Chat 仅与最新版本的 Visual Studio Code 兼容。这意味着如果您使用的是旧版本的 Visual Studio Code,则无法使用最新的 Copilot Chat。
只有最新的 Copilot Chat 版本才会使用 Copilot 服务提供的最新大型语言模型,因为即使是微小的模型升级也需要在扩展中进行提示更改和修复。旧版本的 Copilot Chat 仍将使用最新版本的 Copilot 代码补全功能。
在 Visual Studio Code 中安装 GitHub Copilot 扩展
-
确保您有权访问 GitHub Copilot。有关信息,请参阅“关于 GitHub Copilot”。
-
安装 Visual Studio Code。请参阅 Visual Studio Code 下载页面。
-
在 Visual Studio Code 中安装 GitHub Copilot 扩展。有关详细说明,请参阅 Visual Studio Code 文档中的“在 Visual Studio Code 中设置 GitHub Copilot”。
后续步骤
- 开始使用 Copilot - 了解如何在您首选的编码环境中使用 Copilot。请参阅“在您的编辑器中使用 GitHub Copilot 代码建议”。