I learned we can get free access to GitHub Copilot (AI programming assistant, built into VS Code), and wanted to share the process in case you are interested. Note the instructions below are tailored to “students”, but academics may also get access as “teachers”.
Requirements:
- A GitHub account
- A student email address (
abcd1234@uni.sydney.edu.au
)
Steps (general gist):
- Add your student email address (i.e.
unikey@uni.sydney.edu.au
; not staff email address) to your GitHub account at https://github.com/settings/emails - Sign up for GitHub Global Campus https://education.github.com/students and submit a “GitHub benefits” request (https://education.github.com/discount_requests/application)
- Wait 3-4 days for the email to be verified, you will receive a welcome email from
edu-noreply@github.com
. At this point, your GitHub profile should show aPRO
badge on the left column (see e.g. https://github.com/RuizSerra/) - Enable GitHub Copilot at https://github.com/settings/copilot
- Install the Copilot extension in Visual Studio Code, then enable Copilot (ensure you are signed in to your GitHub account in VS Code)
- Enjoy the coding efficiency boost with your new AI pair-programmer
See also: