github

Playing with GitHub Copilot

I've been playing around with GitHub Copilot (Technical Preview) for the last few days. For those who doesn't know what it is yet, from its website "GitHub Copilot is an AI pair programmer that helps you write code faster and with less work". It is a new service by GitHub and OpenAI, which can be used as a plugin in Visual Studio Code. It can auto-generate code for you, based on the contents of the current file, and the current cursor location. GitHub Copilot draws context from comments and code, and suggests individual lines or whole functions instantly.

Read more →