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.
Venugopal B.
VB
Associate
Enterprise (> 1000 emp.)
"Developer's Best Buddy"
What do you like best about GitHub Copilot?

It easily interacts with the IDE context,intakes the necessary data and provides the best compatible solutions.

The best part is, it provides suggestions based on all the GitHub code thats there in the internet. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes the auto suggestions it provides are irrelevant. Review collected by and hosted on G2.com.

Harshit B.
HB
Software Engineer
Enterprise (> 1000 emp.)
"All rounder AI solution for development!"
What do you like best about GitHub Copilot?

Github copilot is working as a problem solver for many developer i have been using it from past 3 months on daily bases, it's an AI tool which can chat with you while proposing best solution for any coding problem, I use it by integrating it with visual studio code, It's very easy to use, all you have to do is install gitlab copilot extension and you can start using it, the best part is you can select a portion of code and it will explain what is the purpose of that code, it can also generate/fix code. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

While their is so much to like about this software, sometimes it can generate unwanted portions of code which needs to be corrected humanly. I suggest to ask questions precisely to get best response and always review code writen by copiot and don't rely completly on its response also make it a habit to use it only when you are not able to resolve some problem. Review collected by and hosted on G2.com.

YK
Software Enginneer
Enterprise (> 1000 emp.)
"github copilot has the best code suggestion for programming and it helps developers in many ways."
What do you like best about GitHub Copilot?

It is integrated with all the main IDEs . Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

the indepth learning of programming language has been stopped by the programmers. Review collected by and hosted on G2.com.

Ansh G.
AG
Software Engineer
Mid-Market (51-1000 emp.)
"Github Copilot "My Coding Companion""
What do you like best about GitHub Copilot?

So Github Copilot is an AI pair programmer that suggests code and entire functions in real time as you type.It understand the existing code and suggest the logic for your feature that you will not think about that.It is trained on billions of lines of code so you do not have to write the logic for the code which someone has already implemented.It supports a wide variety of programming languages like Python, JavaScript, TypeScript, Ruby, etc.It can easily be integrated with your ide for a better experince.It suggest bug fixes and helps reduce repetitive code.This helps much to increase the developers productivity. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

So there are some cons also when working with github copilot which you can get irritated with like its suggestions may not always be correct or match what the developer intends to write. It can introduce bugs or fail to capture nuanced application logic.Sometimes after looking at the suggestions developer tends to think in that way and stops thinking critically about code they are writing.Its also not a free tool so it becomes costly. Copilot may suggest insecure code or introduce vulnerabilities into a codebase that attackers could exploit. Review collected by and hosted on G2.com.

Yatin K.
YK
Technical Specialist
Enterprise (> 1000 emp.)
"GitHub Copilot - A Game Changer in AI Code Generation"
What do you like best about GitHub Copilot?

My approach to coding has been completely revolutionised by GitHub Copilot. Here are a few of the qualities I value most:

Efficiency and Speed: The coding process is greatly accelerated using GitHub Copilot. It provides clever autocompletions, completes variable names, and proposes full lines of code. This expedites creation while lowering the likelihood of error introduction.

Learning and Assistance: It is a fantastic learning tool for both learning and assistance. For the code it generates, Copilot provides illuminating comments, documentation, and explanations. This makes it a useful tool for both experienced developers trying to learn new languages or libraries and newbies looking to learn programming.

Customization: Customization is possible with Copilot, which is extremely advantageous. You can describe your coding style, the behaviour you want functions to exhibit, and make it more personalised. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

While GitHub Copilot is a remarkable tool, it's not without its drawbacks:

Learning Curve: Although Copilot can assist newcomers, it can be overwhelming for beginners due to its complexity. It's essential to have a good understanding of programming basics before using it effectively.

Privacy Concerns: Concerns about privacy and code ownership have been raised because Copilot's code suggestions are generated from publicly available code on GitHub. Users should be cautious when using Copilot for proprietary or sensitive projects.

Code Quality: While Copilot generates code quickly, the quality may not always meet your standards. It's essential to review and test the code it suggests thoroughly. Review collected by and hosted on G2.com.

Paritosh K.
PK
Software Engineer
Small-Business (50 or fewer emp.)
"Autocomplete on steriods"
What do you like best about GitHub Copilot?

It gives a good recommendation on function definitions, conditional statements and other types of statements. The comment suggestions are good as well. If you want to describe a function's use, it can also do that.

Overall it's like autocomplete on steroids. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

On VS Code, its integration is a bit slow. It takes time to suggest statements. I would have also liked if it provided multiple suggestions.

Also, it lacks the ability to take in the overall context of the project in depth.

Unlike ChatGPT, it lacks the ability to write complete modules depending on the project context.

Imagine a Next.js project and it setting up the pages according to my needs. Review collected by and hosted on G2.com.

HB
Mid-Market (51-1000 emp.)
"Github Copilot - An AI Mentor"
What do you like best about GitHub Copilot?

As a developer, Github copilot greatly helps me in achieving appropriate solutions . It motivates us to code by providing smart coding suggestions and autocompletions. It's quick response time is one of it's best feature. It supports multiple langauges that I love most. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Personally I didn't dislike anything about github copilot. But one thing that , in beggining it is little hard to grasp the platform and some useful features of gihub are paid . Review collected by and hosted on G2.com.

Ninad K.
NK
Senior Manager
Mid-Market (51-1000 emp.)
"Efficient and productive buddy for developers"
What do you like best about GitHub Copilot?

Github copilot increases efficiency and productivity of development team as its completely customisable and tailor-made according to developers skilllsets.

Based on the context, it offers methods, functions, variables, even complete code blocks. It offers more adaptable and praiseworthy code. Integration with different apps is easy. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

It occasionally offers a significant amount of code that is irrelevant in a given situation. Certain functions are not working correctly.

It occasionally doesn't produce flawless code. It doesn't test the code at fullest. Review collected by and hosted on G2.com.

Steven S.
SS
Mid-Market (51-1000 emp.)
"Experience with GitHub Copilot is great, very fast and useful."
What do you like best about GitHub Copilot?

The most helpful in GitHub Copilot is the feature where you can generate codes in your actual Visual Studio Code editor, and the chat with AI is integrated at the Activity Bar of VS Code Editor, which makes it easy to use Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

I think the only downside is when I request to generate codes in the editor, it sometimes edits like the whole method, when sometimes I just need Copilot to generate only one line of code. Review collected by and hosted on G2.com.

NS
Enterprise (> 1000 emp.)
"Best AI code generator for the developers"
What do you like best about GitHub Copilot?

Copilot is having simple setup process, just install plugin authenticate yourself with github and done!! Most of the time code generation work like charm, almost like it is reading your mind. useing it everyday with the work. it is too simple to integrate in any of the project work. it will analyze your code and generate exatly what is expected. Customer support is also there just in case you need any help with your account or any other feature related queries. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes code generation needs lots of tweaks just to make it work in your project or code. although it easing your efforts but you cant trust 100% on the code that is generated everytime.

Also, it is paid subscription weather you use it or not you have to pay for the full month. better to have options like number of code generation basis or token basis. Number of IDE support is also limited as of now but seems like this is temporary. 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