2026 Best Software Awards are here!See the list

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

Reviews

GitHub Copilot Reviews (224)

4.5
224 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise GitHub Copilot for its ease of use and ability to boost productivity by providing intelligent code suggestions and autocompletions. Many appreciate how it integrates seamlessly with popular IDEs, allowing for faster coding and reduced context switching. However, some users note that it can struggle with context awareness in larger projects, occasionally leading to irrelevant suggestions.

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
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.

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.

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.

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.

Ganesh W.
GW
Senior Associate
Enterprise (> 1000 emp.)
"Massive Productivity Boost with Smart Code Completions"
What do you like best about GitHub Copilot?

GitHub Copilot has significantly improved my coding productivity. It suggests intelligent code completions and entire functions that often match what I was planning to write. Copilot excels at routine tasks like boilerplate setup, loops, and standard patterns, which saves me a lot of time and helps me focus on the more complex parts of development. It’s like having a second pair of hands in my editor — especially useful for jumpstarting new files or unfamiliar APIs. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Context awareness: Sometimes suggestions don’t fully understand the bigger picture of the current project or custom business logic, leading to irrelevant code.

Accuracy in complex logic: For advanced architecture or deeply specific requirements, suggestions can miss the mark and require careful editing.

Security awareness: Occasionally suggests patterns that might not follow best security practices, so you must Review collected by and hosted on G2.com.

Kristy D.
KD
Software Engineer
Enterprise (> 1000 emp.)
"GitHub Copilot: A Developer's Best Companion"
What do you like best about GitHub Copilot?

I use GitHub Copilot to help me code, and it reviews my code during PRs. I like how it goes straight into solving my problems and understands what I'm asking. It gives me more than one answer, allowing me to decide what's best for my application. The initial setup was super easy; I just had to link my proxy and log in. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes I feel like GPT isn't as effective as Claude, so maybe allow all the AI Agents to be equally knowledgeable. I think it might be better if it doesn't just suggest downloading plugins and instead explains things before doing them. Sometimes it just goes straight into asking to download instead of explaining why this solution might be best for me. 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.

SA
Senior Engineer - Software
Enterprise (> 1000 emp.)
"Outstanding Experience from Start to Finish"
What do you like best about GitHub Copilot?

GitHub Copilot proves to be an amazing tool for coding activities of every day. The implementation is pretty straightforward, and it does not demand a complicated setup. The development environment's integration is significantly seamless and fast. Moreover, it provides handy code suggestions, eliminates duplication of work, and the like. In effect, it turns coding into an easier, quicker, and more pleasant experience. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

One aspect of GitHub Copilot that I am not really fond of is its occasional provision of incorrect or partial code recommendations. It might be the case that it does not perfectly grasp the project environment and thus comes up with non-optimal solutions. I continue to be in a situation where I have to meticulously review and test the code, which means more effort on my side. Review collected by and hosted on G2.com.

Vaibhav M.
VM
Software implementation and AI tools specialist
Small-Business (50 or fewer emp.)
"Efficient Coding Assistant with Steep Pricing"
What do you like best about GitHub Copilot?

I like GitHub Copilot because it means I don’t have to do everything entirely by myself. I’ve been using it for a while, and the AI feels very well trained and exposed to many data repositories, which makes it genuinely helpful. It’s especially useful for debugging and for writing lots of code, and it helps automate repetitive tasks when I run into issues in my own code. I also find it valuable because it seems to have more coding data than other tools and is clearly built for people who code every day. Even when I make mistakes or I’m following tutorials, it still helps by offering autocomplete and suggestions that keep me moving forward. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

At this point, the pricing feels a bit high for what it’s providing, especially given the current competitive market. Review collected by and hosted on G2.com.

Dipanshu J.
DJ
Student
Small-Business (50 or fewer emp.)
"Write Code Faster with Smart Suggestions and Time-Saving Boilerplate"
What do you like best about GitHub Copilot?

I use GitHub Copilot regularly for college projects and personal development work in VS Code. It helps me write code faster by suggesting functions, logic, and boilerplate—especially in languages like Python, JavaScript, and Java. I find it particularly useful for repetitive tasks, API usage, and quick scaffolding, which saves me a lot of time during assignments and practice projects. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes it provides inaccurate information, so we still have to manually verify everything before using it. Review collected by and hosted on G2.com.

No Discussions for This Product Yet

Be the first to ask a question and 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