Open In App

How to Install GitHub Copilot on VSCode?

Last Updated : 02 Jun, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

GitHub Copilot is an AI tool developed by OpenAI and GitHub. Its purpose is to help developers using Integrated Development Environments (IDEs) like Visual Studio Code by autocompleting code. It is currently only available as a technical preview, so only users who have been accepted on the waitlist may access it. It is the most effective for developers writing code in Python, JavaScript, Ruby, Go, TypeScript and Ruby.

Prerequisites

A PC with a valid installation of VS Code

Procedure to Install GitHub Copilot on VS Code

Step 1: Open VS Code. On Windows, you can do so by searching for it in the Windows Search Bar. If you are unable to locate VS Code, install it using this tutorial for Windows and this tutorial for Linux.

Open-VS-Code

 

Step 2: Click on the Extensions button, or use the shortcut: Ctrl + Shift + X (on Windows), Cmd + Shift + X (on Mac).

Go-to-Extensions

 

Step 3: Search for the extension ‘GitHub Copilot‘ and then click on ‘Install‘.

Look-for-GitHub-Copilot

 

Step 4: You may then be prompted to enter your GitHub credentials. Click on Sign in to GitHub, then click on Allow and enter your GitHub credentials.

Click-on-Sign-In-to-GitHub

 

Click-on-Allow

 

Step 5: If you are signed in successfully, you should be able to view the GitHub Copilot extension in your extensions list. If you are not on the waitlist yet, you may receive a dialog box like this:

Click-on-Join-the-waitlist

 

Click on “Join the waitlist” to be added to the waitlist for access to GitHub Copilot.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads