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 (191)

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.
Grady T.
GT
Accessibility Engineer
"Speeds Up Coding with Cutting-Edge AI"
What do you like best about GitHub Copilot?

I like that GitHub Copilot incorporates lots of different AI models. It's quick to get the latest models and updates, and it's easily accessible in my preferred code editor, Visual Studio Code. I find it helps speed up my work and provides initial solutions, which is really beneficial. It gets more valuable over time as the frontier AI models get better. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

While it's easy to get started with GitHub Copilot, a lot of the features are hidden in various menus and such. I attended a workshop that helped me understand how to use it, but it would've been difficult to figure out all on my own. Also, there's a learning curve for more advanced usage. Review collected by and hosted on G2.com.

Carlos Osvaldo C.
CC
Software Engineer
Mid-Market (51-1000 emp.)
"One of the best AI Copilot tools on the market, though it still needs some improvements."
What do you like best about GitHub Copilot?

I love the entire GitHub Copilot ecosystem. The integration between GitHub and VS Code is wonderful. Creating issues directly from VS Code or opening a pull request from an issue is an excellent way to boost team productivity. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

I think the VS Code Copilot extension needs some improvements. Its RAM consumption is high, and its response time is slower compared to tools like Windsurf or Cursor. Review collected by and hosted on G2.com.

Sahil R.
SR
Technical Consultant
Small-Business (50 or fewer emp.)
"Boosts Productivity with Smart Coding Suggestions"
What do you like best about GitHub Copilot?

It simply improves my productivity in development. Also it provides suggestion when i am writing code by myself in Visual studio code. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes the suggestions can be generic or slightly off in complex business logic scenarios, especially for highly customized environments. Review collected by and hosted on G2.com.

Balkishan N.
BN
Senior Software Engineer
Mid-Market (51-1000 emp.)
"Great for Speeding Up Small Tasks, But Struggles in Large Projects"
What do you like best about GitHub Copilot?

1) Boosts productivity – Saves hours by generating code quickly.

2) Great for small to medium tasks – Works well on focused files and repetitive coding patterns.

3) Helps overcome blank-page problem – Provides a starting point for new functions or modules.

4) Learns from context – Adapts to variable names, function signatures, and coding style in the current file. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

1) Struggles with large codebases – Limited context window means it doesn’t understand big projects with many files.

2) Not always accurate – Suggestions can miss project-specific logic or expectations.

3) Refactoring limitations – Good at writing new code, less reliable for large-scale changes.

4) Slower in big files – Performance and suggestion quality degrade when working on long files. Review collected by and hosted on G2.com.

Subhav M.
SM
Associate Software Engineer
Enterprise (> 1000 emp.)
"A go-to intelligent coding partner for strenuous tasks."
What do you like best about GitHub Copilot?

There are a few things I liked the most about GitHub Copilot:

1. The support for multiple high-quality AI models. All in a single subscription.

2. The ability to give the code files of a project as context for a clear understanding of the question to AI for a better response.

3. The ability to send any questions with the complete codebase for finding the required actions to be done in big projects.

4. Co-pilot Agent to write code in a single or multiple file(s) after being instructed to. Thus saving a lot of time for minor or repetitive changes.

5. It is easy to use across the projects. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

At present, the inability to attach images or screenshots to the GitHub Copilot for certain types of questions or tasks. Review collected by and hosted on G2.com.

Saltuk M. E.
SE
Postdoctoral Researcher
Small-Business (50 or fewer emp.)
"Agent Mode and In-Line Modification Make Work Effortless"
What do you like best about GitHub Copilot?

Agent mode is particularly useful, making a noticeable difference in my workflow. The ability to modify code in-line and access the codebase are also standout features. Integration with the IDE is smooth, providing just what you need to get the extension working quickly. Managing the copilot directly from the chatbox adds to the convenience. Overall, it serves as a very powerful assistant for daily tasks. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Loosing control over long conversations. Review collected by and hosted on G2.com.

Abraam C.
AC
Front End Developer
Small-Business (50 or fewer emp.)
"Effortless Coding Flow with GitHub Copilot"
What do you like best about GitHub Copilot?

What I like best about GitHub Copilot is how well it fits into your day-to-day coding flow without getting in the way. It’s especially useful for quickly scaffolding boilerplate, suggesting patterns you were already about to write, and speeding up repetitive tasks like tests, types, or small utility functions. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

its suggestions can sometimes look very confident while being subtly wrong or not aligned with your project’s conventions or edge cases Review collected by and hosted on G2.com.

Verified User in Banking
CB
Enterprise (> 1000 emp.)
"GitHub Copilot Boosts My Productivity Like Never Before"
What do you like best about GitHub Copilot?

What I appreciate most about GitHub Copilot is that it feels like having an intelligent coding partner right by my side. It quickly generates boilerplate code, offers context-aware suggestions, and can even break down complex logic into simpler explanations. Rather than wasting time searching for minor syntax details or handling repetitive tasks, I’m able to concentrate on addressing the real business challenges. This not only accelerates my workflow but also increases my confidence while coding, particularly when I’m exploring new frameworks or programming languages. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes, GitHub Copilot suggests code that appears correct at first glance but doesn't always fit my exact use case, so I still need to review its suggestions carefully before committing. In some situations, especially when dealing with very project-specific logic, its recommendations can be a bit too generic. Another minor drawback is that it occasionally slows down when working with larger files or if my internet connection is unstable. However, these issues are relatively minor compared to the significant amount of time it saves me each day. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business (50 or fewer emp.)
"My Experience as a newbie"
What do you like best about GitHub Copilot?

GitHub Copilot is very useful for beginners especially to those who have no clue what they are doing but have bunch of ideas. It helps them build a road map to assist them how to start there coding journey not only to newbie's but it also assist veteran with there coding whether its helping with some problems they encountered on there way or just with simple code. It also suggest very useful things like in my own case it helped me to find what I need to learn to obtain my goal of building a project. Its also very easy to use just like the new trending other AI's. It also answer the questions in very simple way and helps us users understand what we did wrong or what should be done easily. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Well I think that GitHub Copilot is very dependable I mean for the beginners we just become very reliant on it, I think instead of just giving all the answers It should some features like makes us able to learn why those were wrong or how to avoid making similar mistakes. Also sometimes it just gives wrong codes which is not a big problems for veteran but for newbie its a whole new story they get more confused and may cause demotivation. Also the paid subscription seems to be expensive especially for the students and to the users of third world countries. Review collected by and hosted on G2.com.

V Vidya P.
VP
Developer
Enterprise (> 1000 emp.)
"Boosts Productivity with Smart Autocompletion and Versatile Language Support"
What do you like best about GitHub Copilot?

Good autocompletion,It takes less time on code and enough time on logic and design. helps in learning and exploring API's and copilot adapts to any language Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

it escapes edge cases most of the time it uses outdated APIs, it doesn;t understand app architecture 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