Introducing G2.ai, the future of software buying.Try now
Anima
Sponsored
Anima
Visit Website
Product Avatar Image
GitHub Copilot

By GitHub

4.5 out of 5 stars

How would you rate your experience with GitHub Copilot?

Anima
Sponsored
Anima
Visit Website

GitHub Copilot Reviews & Product Details

Profile Status

This profile is currently managed by GitHub Copilot but has limited features.

Are you part of the GitHub Copilot team? Upgrade your plan to enhance your branding and engage with visitors to your profile!

Value at a Glance

Averages based on real user reviews.

Perceived Cost

$$$$$

GitHub Copilot Integrations

(10)
Integration information sourced from real user reviews.

GitHub Copilot Media

GitHub Copilot Demo - Function completion by name
In this example, GitHub Copilot fetches the ticker symbols of the S&P 500. A user can type the function name get_sp500_tickers as a prompt to generate a complete implementation. Note, however, that code generated by GitHub Copilot is not always entirely correct. Here, the way it’s written, ev...
GitHub Copilot Demo - Converts comments to code
GitHub Copilot is as good at writing natural language as it is at writing code, so in fact it can complete your comments for you.It can complete an explanation, and then, line by line, allow the user to tab through the code that does what was prompted in English.
GitHub Copilot Demo - Create unit tests
GitHub Copilot can take some of the drudgery out of writing unit tests. Here’s an implementation of a function that computes the Greatest Common Divisor, so let’s test it. To do so, a user can import the unit test package, and then start writing a class just by hitting the c key. From then on, it...
GitHub Copilot Demo - Adapt to your coding style
A common problem with code generation tools is that they try to impose an unfamiliar style on you, and the suggestions reflect the preferences of its creators, not your own. GitHub Copilot imitates the style of your own code. In the examples below, it follows the convention of putting an opening ...
Product Avatar Image

Have you used GitHub Copilot before?

Answer a few questions to help the GitHub Copilot community

GitHub Copilot Reviews (191)

Reviews

GitHub Copilot Reviews (190)

4.5
191 reviews

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Prayash M.
PM
Founding Engineer
Small-Business (50 or fewer emp.)
"Frees up time for crafting better logic and tests"
What do you like best about GitHub Copilot?

Best useful benefit has to be the auto completion of trivial implementations, for repetitive logic e.g. in tests, extending an existing class which has many methods to be implemented. It provides with a really good draft to get started with. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Still can't fit entire repos in context window, it only limited to the file and surrounding code you are working with. Increasing the context window to atleast all the imported and callee code will increase the fidelity of the compeletions way more. Review collected by and hosted on G2.com.

AZ
Software product Analyst
Mid-Market (51-1000 emp.)
"Honest review for GitHub Copilot"
What do you like best about GitHub Copilot?

A GitHub Copilot is used for code completion like major programming languages python, java, javascript,etc. It can be supported in vscode as well as other ides. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

A GitHub Copilot is only supporting five programming languages for now. GUI is not available for GitHub Copilot and GUI is important for GitHub Copilot for better understanding. Review collected by and hosted on G2.com.

DR
Small-Business (50 or fewer emp.)
"It's like my personal Intern but way clever."
What do you like best about GitHub Copilot?

The best part about Copilot is that it adapts to the style and conventions of a large project

from open files, since it's necessary to maintain coherence.

I just write a multi-line comment and it seems to pick up (while also auto-filling the comments) it will benefit from the method signature and class names being descriptive for it to understand the bigger picture. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

sometimes it makes logical mistakes and assumes something when it's not present in the codebase.

copilot also tends not to write comments or make it quick and dirty not very professional.

the code from Copilot is also not the best performant of all. Review collected by and hosted on G2.com.

Pavan K.
PK
Quality Analyst
Mid-Market (51-1000 emp.)
"Redefining the coding experience!"
What do you like best about GitHub Copilot?

It gives you the best possible suggestions while coding. Github copilot understand the code quickly than human. It will reduce the human errors and correct them in best possible way. It has made debugging is so simple and very efficient. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes suggestions are repeating and some it may not be correct at every time. Due to suggestion human can't think properly to improvise the code, So human critical thinking cannot be tested while writing the code. Although these are minor issues you can easily avoid. Review collected by and hosted on G2.com.

JS
Small-Business (50 or fewer emp.)
"AI powered code auto completer"
What do you like best about GitHub Copilot?

-Code completion for major programming languages.

-Works with all kinds of text editors, even on CLI-based text editors such as Vi, and Vim.

-Easy integrations with VS Code and other IDEs.

-Can easily help with small code snippets and functions. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

-Code generated by Copilot is highly unreliable and always requires thorough testing

-It's only available for five programming languages at this point.

-GUI is not available Review collected by and hosted on G2.com.

Jeffry C.
JC
Computer Software
Small-Business (50 or fewer emp.)
"Best code assistant for VS Coda"
What do you like best about GitHub Copilot?

The most helpfull about copilot is how easy makes your day you are I'm a beginner programmer, every time I got stuck on my coding Copilot launch a full funtion or ends my idea so natural like a description on a board without that board. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

I really like the the tool but I could say what I dislike is the same feature that I love sometimes there is too much code options, then if you are a beginner you have to take your time what copilot really want to suggest. Or sometimes go back with previous code that did no work Review collected by and hosted on G2.com.

Divya C.
DC
Business Technology Analyst
Enterprise (> 1000 emp.)
"Best tool for writing code fast and efficient"
What do you like best about GitHub Copilot?

It has helped me alot in writing SAP ABAP code. Due to its auto complete feature I was able to learn current best practices while writing code. It has helped me in learning, error finding, debugging, completing work fast, increased my productivity, ..... It has made my professional life a lot easier and more fun. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes quality of code vary significantly, most of suggestions are clean but few are not, but overall it is a very good tool for a software developer. Review collected by and hosted on G2.com.

CD
Mid-Market (51-1000 emp.)
"The way I used Github copilot for the use of software development"
What do you like best about GitHub Copilot?

It is best in the terms of speed and it also gives the code which I wanted like the part of the code which I needed in application development , this can be used in machine learning based applications apart from backend development and frontend development . Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

I think it is kind of making developers slow in terms of logical thinking and problem solving . Nowadays no one is remembering the syntax and just following such AI tools to make development easy . Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Small-Business (50 or fewer emp.)
"Powerful AI tool for the developers"
What do you like best about GitHub Copilot?

It will definatly improve developer productivity by atleast 10-30% based on the usage.once it aware of the code context it will suggest based on the current code. it will keep improving suggestion with your usage so you can say custom tailored solution for developer. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

too much guess work. sometimes it assume you need some extra parameters even if you dont req. thaose. also need some key support for the other suggesion so we can try multiple solution and choose best for us. Review collected by and hosted on G2.com.

Minaz S.
MS
Software devTest Engineer
Small-Business (50 or fewer emp.)
"Easy code generation"
What do you like best about GitHub Copilot?

It provides easy and understandable code as per the developers requirement and enhanced efficiency and productivity .

It suggests methods, functions, variables, and entire code blocks based on the context. It provides flexible and better commendable code. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes it provides extenssive amount of code which is not relevant to specific context.Some features are not working properly. Sometimes it does not provide perfect code. It doesn’t test the code it suggests. Review collected by and hosted on G2.com.

Pricing

Pricing details for this product isn’t currently available. Visit the vendor’s website to learn more.

GitHub Copilot Comparisons
Product Avatar Image
Gemini
Compare Now
Product Avatar Image
Blackbox
Compare Now
Product Avatar Image
Tabnine
Compare Now
GitHub Copilot Features
Accuracy
Input processing
Interface
Community
Update schedule
Documentation
Contextual Relevance
Code Optimization
Proactive Error Detection
Collaboration
Integration
Speed
Product Avatar Image
GitHub Copilot
View Alternatives