10_Connecting_Visual_Studio_Code_To_ Github_Copilot - Nirvan-Pandey/OCI_DOC GitHub Wiki

Integrating GitHub Copilot with Visual Studio Code: A Step-by-Step Guide

GitHub Copilot is an AI-powered code assistant that boosts productivity by providing smart code suggestions. This guide explains how to connect GitHub Copilot with Visual Studio Code for a seamless development experience.

Step1: Download Visual Studio Code

image image image

Step2: Open the folder.

Click on the icon to open and folder and choose a folder on your local pc and click yes on the author. image image

Step3: Create a test script.

image

Step4: Download copilot extension.

CLick on extension and search for github copilot. image

Step5: Install COpilot

image

Step6: Sign in to github and authorize.

After clicking on install, it will ask to sign in Github with your credentials and authorize. image image

Step7: Start using copilot in visual studio.

After authorizing credentials, you can start using github copilot. image