Setting up GitHub Copilot for your development workflow
- 2/25/2026
- Practice files
- Set up your GitHub account and select a Copilot plan
- Install Copilot in your development environment
- Configure permissions and personal settings
- Test Copilot with sample prompts across languages
- Troubleshoot installation issues and common errors
- Apply best practices for using Copilot effectively
- Explore Copilot's functionality in online and offline modes
- Skills review
- Practice tasks
Install Copilot in your development environment
GitHub Copilot is compatible with a wide range of integrated development environments (IDEs), enabling developers to integrate AI-assisted coding seamlessly into their existing workflows. From web-based editors to powerful desktop environments, Copilot enhances productivity across languages and platforms. The following table lists the supported IDEs and briefly describes each of them, highlighting how Copilot functions within these environments. The sections after the table provide further information on the IDEs.
IDE Name |
Description |
|---|---|
GitHub Codespaces |
Supports Copilot in browser via GitHub.dev or Codespaces for quick editing. |
Visual Studio Code |
Provides full-featured support for Copilot, including inline suggestions and Copilot Chat. |
Visual Studio |
Works with Visual Studio 2022+ for .NET, C#, VB.NET, and enterprise development. |
VS Code for Web |
Supports browser-based use of Copilot with Provides VS Code (GitHub.dev) for light development. |
JetBrains IDEs |
Includes IntelliJ, PyCharm, WebStorm, etc. and supports Copilot via official plugin. |
Neovim |
Provides an advanced text editor with Copilot using community plugins. |
Azure Data Studio |
Enables SQL/database development through use of Copilot with extensions. |
Eclipse |
Enables the Java IDE with Copilot support via a plugin. (This is less seamless than VS Code.) |
GitHub Codespaces
Installation required: No
Access method: Cloud based
How to use:
Create or sign in with a GitHub account that has an active Copilot subscription or trial.
Open https://github.com/codespaces In your browser.
Launch or create a Codespace. Copilot will already be integrated and available in this cloud-hosted development environment.
Visual Studio Code (VS Code)
Installation required: Yes
Access method: Desktop app
How to use:
Download and install VS Code from https://code.visualstudio.com.
Open VS Code and select the Extensions panel.
Search for GitHub Copilot.
Click Install as shown in the following image
Sign in with your GitHub account to activate Copilot.
Begin coding. Copilot suggests completions as you type.
Visual Studio (2022 and later)
Installation required: Yes
Access method: Desktop app
How to use:
Install Visual Studio from https://visualstudio.microsoft.com.
Go to Extensions, search for GitHub Copilot, and install it.
Sign in with your GitHub account to enable Copilot.
Start coding in supported languages (e.g., C#, VB.NET). Copilot provides suggestions.
VS Code for Web (GitHub.dev)
Installation required: No
Access method: Cloud based
How to use:
Go to https://github.dev and create or sign in with a GitHub account.
Navigate to any GitHub repository
JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, etc.)
Installation required: Yes
Access method: Desktop app
How to use:
Download the JetBrains IDE of your choice from https://www.jetbrains.com.
Go to Settings > Plugins, search for GitHub Copilot, and click Install.
Log in with your GitHub account to activate Copilot. Copilot suggestions appear inline as you write code.
Neovim
Installation required: Yes
Access method: Terminal/desktop
OS: Linux
How to use:
Download and install Neovim from https://neovim.io/
Install the github/copilot.vim plugin using a plugin manager (such as vim-plug).
Launch Neovim and authenticate Copilot through terminal login. Start coding; Copilot will suggest completions inline as you type.
Azure Data Studio
Installation required: Yes
Access method: Cloud based
How to use:
Download Azure Data Studio from https://learn.microsoft.com/en-us/azure-data-studio/.
Install the Azure Data Studio in Visual Studio Code.
Go to Extensions, search for GitHub Copilot, and click Install.
Sign in with your GitHub account.
Begin working with SQL. Copilot provides AI assistance.
Eclipse
Installation required: Yes
Access method: Desktop app
How to use:
Download Eclipse from https://www.eclipse.org.
Go to Help > Eclipse Marketplace, search for GitHub Copilot, and install the plugin.
Log in with your GitHub account.
Start coding. Copilot provides AI-powered suggestions for Java and other supported languages.




