Step 1: Setup GitHub Copilot

Follow these steps to install GitHub Copilot (including Copilot Chat) in your preferred IDE.

Prerequisite: GitHub Account & Copilot Access

You need a GitHub account associated with your corporate email. Access to GitHub Copilot is provided by the company.

Important: You must use your corporate GitHub account for login (e.g., ending in @nstech.com.br or your group company domain). Attempting to log in with this account will typically redirect you to the company\'s Single Sign-On (SSO) page for authentication.

If you have issues accessing Copilot, please contact IT support.

Visual Studio Code Setup

1. Install Extension

  • Open VS Code.
  • Go to the Extensions view ( icon or Ctrl+Shift+X).
  • Search for GitHub Copilot in the Marketplace.
  • Click "Install" on the main "GitHub Copilot" extension. This typically includes both code completions and Copilot Chat features now.

2. Sign In

  • After installation, you\'ll likely see a prompt to sign in to GitHub. Click the sign-in button.
  • Use your corporate GitHub account (e.g., your.name@nstech.com.br).
  • Alternatively, click the Accounts icon () in the bottom-left Activity Bar and choose "Sign in with GitHub to use GitHub Copilot".
  • Follow the browser prompts to authorize VS Code, which should redirect through the company SSO.

3. Start Using

  • Copilot completions should start suggesting code as you type.
  • Access Copilot Chat via the Chat icon in the Activity Bar or Command Center, or by pressing Ctrl+Alt+I.
  • Official VS Code Setup Guide

Visual Studio (2022) Setup

Requirements

  • Visual Studio 2022 version 17.8 or later is required. Version 17.10+ is recommended for the integrated experience.

1. Install Component / Extension

  • For VS 2022 v17.10 and later:
    • Open the Visual Studio Installer (You can find it via Tools > Get Tools and Features...).
    • Modify your installation.
    • Ensure the GitHub Copilot component is checked (it\'s usually included by default). This component includes both completions and chat.
  • For VS 2022 v17.8 / v17.9:
    • Open Visual Studio.
    • Go to Extensions > Manage Extensions.
    • Search Online for GitHub Copilot and install it.
    • Search Online for GitHub Copilot Chat and install it.
    • You\'ll need to close and reopen Visual Studio for the installation to complete.

2. Sign In

  • After installation/update, Visual Studio should prompt you to sign in.
  • Select your corporate GitHub account (e.g., your.name@nstech.com.br).
  • Follow the prompts to authenticate via the browser, which should redirect through the company SSO.
  • You can check the Copilot status icon in the top-right (newer VS versions) or bottom panel (older versions).

3. Start Using

JetBrains IDEs Setup

(Applies to IntelliJ IDEA, PyCharm, WebStorm, Rider, etc.)

1. Install Plugin

  • Open your JetBrains IDE (e.g., IntelliJ IDEA, PyCharm).
  • Go to Settings/Preferences:
    • Windows/Linux: File > Settings...
    • macOS: [IDE Name] > Settings... (or Preferences...)
  • Navigate to the "Plugins" section.
  • Select the "Marketplace" tab.
  • Search for GitHub Copilot.
  • Click "Install" next to the official GitHub Copilot plugin.
  • Restart the IDE when prompted.

2. Sign In

  • After restarting, you should see a GitHub Copilot icon (often in the bottom status bar or a tool window). Click it.
  • Select "Login to GitHub".
  • Follow the prompts: Copy the device code, click the link to open GitHub in your browser (sign in with your corporate GitHub account e.g., your.name@nstech.com.br, which should redirect via SSO), paste the device code, and authorize the plugin.

3. Start Using