Compare this with other toolsSave it to your board and evaluate your options side by side.
Save to board

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.

Time to Implement

3 months

Return on Investment

11 months

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

Reviews

GitHub Copilot Reviews (262)

4.5
262 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise GitHub Copilot for its ability to provide context-aware suggestions that significantly boost productivity during coding tasks. Many appreciate how it seamlessly integrates into their IDE, allowing for quick code generation and reducing repetitive work. However, some users note that the suggestions can occasionally be inaccurate, particularly with complex logic, necessitating careful review.

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Verified User in Retail
UR
Enterprise (> 1000 emp.)
"Fits Seamlessly into IDE and GitHub Workflows, Saving Time on Reviews"
What do you like best about GitHub Copilot?

What I like most is how it fits into both my development workflow and our review process. I use it in my IDE to help write code, suggest improvements, and even debug when I’m stuck, which saves a lot of time. We also use it as part of an automated GitHub workflow for code reviews, and it’s helpful in catching basic issues or suggesting changes early. It feels like having an extra pair of eyes, especially for repetitive or boilerplate-heavy tasks. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

The suggestions aren’t always accurate, especially for more complex logic or domain-specific code. You still need to review everything carefully, as it can sometimes produce code that looks right but isn’t fully correct. In code reviews, it’s useful but not a replacement for human context, it can miss the bigger picture or intent behind changes. Review collected by and hosted on G2.com.

Vishesh A.
VA
cloud engineer intern
Small-Business (50 or fewer emp.)
"Revolutionized Our Coding Process with Seamless AI Integration"
What do you like best about GitHub Copilot?

I use GitHub Copilot to help with coding basic things, formatting my code, and looking for errors. It's integrated into my IDE (VS Code), so I don't have to switch tabs. I appreciate that it comes with multiple LLM options like Claude, ChatGPT, and Gemini, allowing me to switch as I wish. It doesn't run out of credits and has better code handling compared to the traditional web versions. I love that I don't have to copy and paste my code because it already has access and updates it itself. Before changing my code permanently, I can see how the new version performs and the changes it made before deciding to 'keep' it. The integration of multiple AIs helps me check what each has to offer before going with one. The setup was really easy; I just got the extension and connected my GitHub account, and I was good to go. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes it takes too long to generate a response and keeps meddling with the terminal instead of the actual code, but that happens rarely. Review collected by and hosted on G2.com.

Sagar K.
SK
SEO Analyst
Marketing and Advertising
Mid-Market (51-1000 emp.)
"Quick, Usable Code Suggestions That Save Time in the Editor"
What do you like best about GitHub Copilot?

It gives quick, usable suggestions for repetitive code and common patterns, which saves a lot of time. It also keeps me in the editor so I don’t have to keep searching for basic implementations. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

it often sounds confident even when the code is slightly wrong. It can miss edge cases or suggest outdated patterns, so you still need to review everything carefully. Review collected by and hosted on G2.com.

Purva K.
PK
System Integration Specialist
Information Technology and Services
Mid-Market (51-1000 emp.)
"Boosts Productivity and efficiency with great integrations in your IT setup"
What do you like best about GitHub Copilot?

I like GitHub Copilot because it literally reduces my time on repetitive tasks, like refining my emails and suggesting my coding functions. I like that I can use GitHub Copilot to get an overview of a repository and understand the functionalities, which really helps when I’m looking for main files and functionalities. I love that I can access it inside Visual Studio Code. It immediately starts suggesting code and improving it for me. GitHub Copilot is especially useful in writing helper functions, validations, and logic. It’s great that I don't have to switch between tabs when I'm working because I can access it easily both from GitHub and Visual Studio Code. I appreciate the different models provided by Copilot as they really help a lot. I find the customer support and the community very helpful, and I feel like the platform is well-supported, which gives me trust when relying on it for development. I think GitHub Copilot is flexible and can be used by anyone, not just developers—it can help with sales data analysis or marketing strategies. It also helps me with documentation by providing outputs in a structured way. The initial setup was smooth and very straightforward, making it user-friendly and beginner-friendly. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes the suggestions are not very up to date, especially with recent changes in API versions like Azure's. GitHub Copilot doesn't always have knowledge of the latest API updates, which can be problematic when working with new features or changes. Additionally, it requires a stable internet connection, which is a limiting factor. Review collected by and hosted on G2.com.

Sree K.
SK
Software Engineer II in Test
Information Technology and Services
Mid-Market (51-1000 emp.)
"A lifesaver that lets me focus on the logic while the tools handle the heavy lifting"
What do you like best about GitHub Copilot?

What I love most about GitHub Copilot is how effortlessly it supports my day-to-day automation work. The ease of use is what hooked me from day one; it genuinely feels like having a partner who already understands my coding style and our specific Java framework. I use it constantly throughout the day, and that frequency has actually changed how I approach writing new scripts. Instead of digging through documentation for Rest Assured syntax or Selenium locators, I can just start typing and it completes what I’m trying to do. It keeps me in the flow, making the whole process feel more natural and far less like a chore.

The implementation and integration have been big pluses for me as well. Since our codebase already lives in GitHub, getting it running in my IDE was basically a one-click setup. It didn’t require complicated configuration or major changes to how we work; it simply fit into our existing Git workflow. The range of features—especially the new agent mode—has also noticeably boosted our productivity. It’s not only about basic code completion anymore; it’s about having a tool that can help me think through more complex logic or even refactor an entire page object while I’m still in the middle of a sprint.

Whenever I’ve hit a strange glitch or had questions about recent updates, both customer support and the community have been really helpful. It’s reassuring to know the platform is well supported, especially since we rely on it so heavily for testing now. At this point, it’s become an essential part of my toolkit—I can’t really imagine going back to writing boilerplate code by hand or spending hours debugging simple typos that Copilot catches right away. It lets me focus more on the interesting parts of my job, like figuring out the best testing strategies for our products. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

The context window can also be a bit frustrating. In our larger automation files—especially those with hundreds of lines of API test cases—Copilot sometimes loses track of the logic I established at the top of the file. It then starts suggesting variable names or logic that doesn’t align with the rest of the script, which forces me to pause and manually correct it. It’s not a dealbreaker, but it does interrupt my momentum. Review collected by and hosted on G2.com.

HA
Application Developer
Small-Business (50 or fewer emp.)
"Speeds Up Coding with Accurate Suggestions"
What do you like best about GitHub Copilot?

I used GitHub Copilot to speed up coding by generating code suggestions, boilerplate, and function templates. I like how it quickly suggests useful code and helps me write faster with less effort. It’s helpful for quick solutions and learning new syntax. I also like how it understands context from my code and comments, making its suggestions feel relevant and helpful. The initial setup was very easy—just install the extension, sign in, and it’s ready to use. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes the suggestions from GitHub Copilot are inaccurate or not optimized, so they need careful review. It could be more accurate, especially with a better understanding of complex, project-specific code. Review collected by and hosted on G2.com.

Jennyfer R.
JR
Estagiária de Desenvolvimento de Sistemas
Information Technology and Services
Small-Business (50 or fewer emp.)
"High-level productivity for developers and technology students."
What do you like best about GitHub Copilot?

The Copilot drastically increases my productivity by suggesting, in real-time, repetitive code blocks and even more complex logic. It's like having a constant partner in programming the projects at Jheytech.Ai. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes, the suggestions may be based on outdated libraries, which requires a more careful manual review. Additionally, the reliance on a stable internet connection can be a limiting factor.

What problems does it solve?: "It solves the time bottleneck in writing boilerplate code and helps to learn new syntaxes more quickly, which is essential for my study flow at Uniasselvi."

Evaluation Title: "The indispensable right-hand for developers in training" Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Mid-Market (51-1000 emp.)
"GitHub Copilot: Fast, Context-Aware Coding Assistance That Feels Like Pair Programming"
What do you like best about GitHub Copilot?

GitHub Copilot makes routine coding tasks much faster. It’s like having a helpful pair programmer who instantly suggests lines, functions, or even full snippets as you type. I especially appreciate how it adapts to the context of the code I’m working on, making suggestions that feel relevant rather than generic.

UI / UX:

Using Copilot day-to-day is very smooth. The inline suggestions feel natural and don’t disrupt the workflow, and cycling through alternatives or accepting a suggestion is intuitive. It integrates directly into my IDE without adding extra clutter, so it’s easy to stay focused on coding rather than managing the tool itself.

Integrations:

Copilot integrates seamlessly with VS Code, JetBrains IDEs, and GitHub repositories. It respects existing project settings and coding style, which is important when working on shared codebases. Setting it up alongside version control and other dev tools was straightforward and didn’t require any complicated configuration.

Performance:

Suggestions appear quickly, even on larger projects. While complex files occasionally take a second longer for context analysis, Copilot remains highly reliable and rarely interrupts workflow. I’ve not encountered crashes or slowdowns that affect productivity.

Pricing / ROI:

The subscription cost feels justified for anyone coding regularly. Copilot saves time on boilerplate, repetitive patterns, and even debugging small mistakes, so the efficiency gains can outweigh the cost - especially for professional developers or teams handling larger codebases.

Support / Onboarding:

Onboarding is simple. Installing the plugin and connecting it to your GitHub account is straightforward. Documentation is clear, and the community is active for troubleshooting or learning tips. Overall, getting started was painless and didn’t require much hand-holding.

AI / Intelligence:

The AI capabilities are impressive. Copilot not only completes lines of code but can generate functions, handle multiple file contexts, and even suggest idiomatic patterns in languages I’m less familiar with. Its ability to understand context and adapt to coding style over time makes it feel like a true coding partner rather than just a predictive tool. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

While GitHub Copilot is incredibly helpful, it isn’t perfect. Sometimes the AI suggestions don’t exactly match the project’s coding conventions, so you still need to review and tweak the code. For very specific or advanced patterns, the suggestions can be off or too generic, which means it’s not a complete replacement for understanding the code yourself. Additionally, the subscription cost might feel high for casual or infrequent developers who don’t benefit from the speed-ups every day. Review collected by and hosted on G2.com.

Saif M.
SM
Ph.D. Researcher
Small-Business (50 or fewer emp.)
"Copilot Accelerates Coding and Streamlines Issue Resolution"
What do you like best about GitHub Copilot?

I love the way Copilot helps me fix minor issues in my codebase quickly. Before using Copilot, I used to find out the workaround by copying the error message and finding a similar solution on Stack Overflow. Now, I mostly fix my code and generate skeleton code for a new implementation with Copilot. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes, I have to be very specific or prompt multiple times to find out the correct workaround or solution to the problem I am facing. If Copilot had some sort of contextual understanding based on my whole repo, it would have been better. Review collected by and hosted on G2.com.

Uttam M.
UM
Data Specialist
Mid-Market (51-1000 emp.)
"Boosts Engineering Efficiency with Intuitive Code Guidance"
What do you like best about GitHub Copilot?

I find GitHub Copilot incredibly easy to use, and I love how it integrates seamlessly with many of my editors like Visual Studio Code and IntelliJ. That's definitely a great point about it. It plays a very important role in my day-to-day activities by helping me reduce my workload and complete tasks much quicker. The tool assists me in understanding problem statements without even writing the code, generating code, analyzing different solutions to opt for the best, and even reviewing pull requests by just selecting Copilot as the reviewer. It also provides a chat box in my editor, which allows me to push code changes, commit my code, and create pull requests or feature branches with ease. From a security perspective, GitHub Copilot also stands out positively. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes the models in GitHub Copilot hallucinate or they're not able to capture the context or maintain the history. If that can be improved, it would be great. Review collected by and hosted on G2.com.

People Icons

Start a Discussion about GitHub Copilot

Have a software question? Get answers from real users and experts.

Start a Discussion

Pricing Insights

Averages based on real user reviews.

Time to Implement

3 months

Return on Investment

11 months

Perceived Cost

$$$$$
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