Member-only story

GitHub Copilot &…ChatGPT?

Park Sehun
5 min readJun 8, 2023

GitHub Copilot is an AI-powered code completion tool developed by GitHub in partnership with OpenAI. It uses advanced machine learning models (like GPT-3 and Codex) to understand the context of your code and provide relevant suggestions to help you write code more efficiently. It can autocomplete code snippets, generate entire functions, or suggest code solutions based on natural language descriptions.

GitHub Copilot is not limited to a single programming language; it is designed to work with multiple languages and frameworks, making it a versatile tool for developers. It can be integrated into popular code editors like Visual Studio Code, allowing developers to access its suggestions directly from their favourite development environment.

What Copilot is doing?

The Copilot completes your code automatically when you write the code and put the structure (title of def) and comments.

No responses yet

Write a response