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.
Ar. Smriti S.
AS
Junior Architect
Small-Business (50 or fewer emp.)
"Massive Productivity Boost with Contextual Autocomplete and IDE Integration"
What do you like best about GitHub Copilot?

Contextual Autocomplete: It suggests entire blocks of code, functions, and tests by analyzing your current file and open tabs.

Boilerplate Reduction: It handles repetitive tasks like writing unit tests, regex, or standard API calls, allowing you to focus on logic.

Natural Language to Code: You can write a comment describing what you want (e.g., // function to validate email using regex), and it will generate the implementation.

Multi-language Support: It works across dozens of languages including Python, JavaScript, TypeScript, Ruby, Go, and Java.

IDE Integration: It lives directly inside popular editors like VS Code, JetBrains, and Neovim, so there is no need to switch windows. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

1. Inaccuracy and "Hallucinations"

Code Quality: It often suggests code that is inefficient, outdated, or uses libraries that don't actually exist (hallucinations).

Bugs: It can generate syntactically correct code that contains subtle logical errors, requiring you to spend more time debugging than if you had written it yourself.

2. Context Limitations

Large Projects: It sometimes "forgets" logic established earlier in a file or fails to understand the broader architecture of a complex project.

Proprietary Logic: It struggles with custom frameworks or internal business logic that wasn't part of its public training data.

3. Privacy and Security

Data Training: Many users are concerned about their code being sent to GitHub's servers to train future models. As of early 2026, some users have expressed frustration over "automatic opt-in" policies for data collection.

Vulnerabilities: There is a risk that the AI might suggest patterns that include known security vulnerabilities (like SQL injection) if they were prevalent in its training set. Review collected by and hosted on G2.com.

Sumit T.
ST
Quality Assurance Specialist (Automation)
Mid-Market (51-1000 emp.)
"Seamless VS Code Integration with Fast, Reliable Suggestions"
What do you like best about GitHub Copilot?

Copilot fits seamlessly into VS Code with fast, reliable suggestions that keep my flow uninterrupted, even on larger tasks. It saves time on repetitive work, making it worth the cost. Setup is quick, and getting started feels effortless with minimal learning curve.

I also like that it gives access to multiple AI models. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

One downside of GitHub Copilot is that it sometimes feels a bit slower as compared to Cursor, especially when working on larger or multi-file changes.

But Copilot is much cheaper (around $10/month vs $20 for Cursor), and for day-to-day coding, it still covers most needs really well. Review collected by and hosted on G2.com.

Sushriya M.
SM
Solution Delivery Analyst
Small-Business (50 or fewer emp.)
"GitHub copilot Speeds Up Coding with Seamless IDE Integration"
What do you like best about GitHub Copilot?

GitHub copilot is really helpful for speeding up coding and routine tasks. As someone who uses it frequently, I like how it suggests code while I'm typing and helps with small functions, syntax or repetitive parts of the code. The UI feels clean and blends well into tools like VS Code and the integrations with different IDEs make it very convenient to use. It saves time, reduces manual effort and helps maintain a smooth workflow when working on scripts or development tasks. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

One slight downside of GitHub copilot is that the suggestions are not always accurate so I still need to review and adjust the code instead of relying on it completely. Review collected by and hosted on G2.com.

FK
Tester - Analyst
Computer Software
Mid-Market (51-1000 emp.)
"Copilot’s Agentic Evolution Feels Like a Core Part of VS Code"
What do you like best about GitHub Copilot?

Copilot has managed to develop into a fully agentic tool, which is great for agentic coding and development. It’s no longer just an AI assistant, and that completely changes how I can use it day to day. Support for MCP servers, skills, agnets.md, and similar pieces also makes it easier to use alongside other agentic tools.

The UI is fairly intuitive, and I like how it’s directly wired into VS Code. It doesn’t feel like “just an extension” anymore; it feels like a core feature of VS Code now.

The usage limits are also really generous considering the pricing, especially when you compare them to Claude Code, for example. Copilot clearly wins here for me by a lot. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

I dislike the data retention policy for Copilot coding agents and Copilot CLI. The retention period is far too long, especially given how much sensitive information is being shared, such as source code. I think they should reconsider this and make changes. It’s not that I don’t trust GitHub, but given the industry I work in, the idea that our data could be stored somewhere for extended periods of time is unacceptable. Review collected by and hosted on G2.com.

Alan R.
AR
Software Engineer
Mid-Market (51-1000 emp.)
"A Great AI Assistant for Faster and More Efficient Coding"
What do you like best about GitHub Copilot?

GitHub Copilot significantly speeds up development by providing intelligent code suggestions directly in the editor. It’s very effective for reducing repetitive coding tasks, generating boilerplate code, and even suggesting entire functions based on context. The integration with editors like Visual Studio Code is seamless, making it easy to adopt without changing existing workflows.

I also like how it adapts to different programming languages and frameworks. It’s especially useful when working with unfamiliar code or trying out new technologies, as it can suggest patterns and examples quickly. Overall, it improves productivity and helps maintain development flow without constant context switching. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

While Copilot is very helpful, the suggestions are not always accurate and still require review. For more complex or critical logic, it’s important to validate the generated code carefully. Sometimes it can suggest outdated or suboptimal patterns. Additionally, over-reliance on suggestions can reduce deeper understanding if not used thoughtfully. Review collected by and hosted on G2.com.

Subhajeet S.
SS
Software Engineer
Small-Business (50 or fewer emp.)
"Good Productivity Tool for Developers"
What do you like best about GitHub Copilot?

I like Github Copilot because it reduces the time spent on repetitive coding tasks. I also like that it works smoothly inside VS Code, so I dont have to switch between browser tabs and documentation again .Its very easy to implement for beginners.The frequency of use is also high for me because I use it almost daily while coding.It helps with writing functions,fixing small mistakes and speeding up repetitive tasks which makes development smoother.It is ease of integration with tools like VS Code . Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

One thing I dislike is that sometimes the suggestions look correct but dont fully match the requirement, so you still need to review the code carefully. Another small issue is that getting very specific help through customer support is not always instant , so sometimes you have to rely on documentation. Review collected by and hosted on G2.com.

Praveen M.
PM
Associate Data Engineer
Information Technology and Services
Mid-Market (51-1000 emp.)
"Real-Time, Context-Aware Code Suggestions That Keep Me in Flow"
What do you like best about GitHub Copilot?

What I like best about GItHub Copilot is how it provides real-time code suggestions that fit the context of what I'm working on. It saves a lot of time on repetitive coding and helps maintain flow without switching between tabs. It feels like a helpful assistant built right into the editor. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

One thing I dislike about GitHub Copilot is that some suggestions can be inaccurate, especially for complex logic or specific use cases. It sometimes requires careful review and adjustments. Improving consistency and understanding of edge cases would make it even better Review collected by and hosted on G2.com.

Ritik J.
RJ
Software Engineer
Information Technology and Services
Mid-Market (51-1000 emp.)
"GitHub Copilot Speeds Up Development with Smart, Real-Time Code Suggestions"
What do you like best about GitHub Copilot?

I use GitHub Copilot regularly during backend development, mainly inside Visual Studio Code. One of the things I like most is how easy it is to start using. After installing the extension and signing in, it immediately begins suggesting code while you type, so there isn’t much setup required.

During my day-to-day work with Python APIs, Copilot helps by suggesting function structures, repetitive code, and common programming patterns. It is especially useful when writing helper functions, validation logic, or basic API endpoints. Instead of searching for syntax or examples online, I often get a useful starting point directly in the editor.

Another advantage is how well it integrates with the existing development workflow. Since I already work in VS Code with Git for version control, Copilot feels like a natural extension of the editor rather than a separate tool. I use it frequently while coding, and it helps maintain development flow and saves time on routine coding tasks. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

While Copilot is very helpful, the suggestions are not always perfect, especially for complex or project-specific logic. Sometimes the generated code needs to be adjusted to match the project’s structure or coding style.

Another thing to keep in mind is that developers still need to carefully review the suggested code before using it. I treat Copilot more as a coding assistant that helps speed up development rather than something that can fully replace manual coding. Even with that limitation, it is still very useful for reducing repetitive work. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business (50 or fewer emp.)
"GitHub Copilot Supercharged My Workflow with Accurate, Context-Aware Suggestions"
What do you like best about GitHub Copilot?

GitHub Copilot has significantly sped up my development workflow. Its inline code suggestions are accurate and context-aware, particularly when I’m working in C# and TypeScript. It takes care of repetitive boilerplate almost instantly, which saves me hours each week. The chat feature in VS Code is also excellent for explaining code, helping generate unit tests, and assisting with debugging when I get stuck. Overall, it integrates smoothly into my existing setup with virtually no friction. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes the suggestions feel off-context or overly verbose, so I still need to adjust them manually. It can also struggle at times with less common frameworks or niche libraries. The cost may be a barrier for solo developers or small teams. During heavy usage, it occasionally slows the editor down a bit, and the suggestions can start to feel repetitive when I’m working with similar code patterns across a project. Review collected by and hosted on G2.com.

Sanidhya A.
SA
Student
Mid-Market (51-1000 emp.)
"Understands My Intent and Helps Map Features and Data Flow."
What do you like best about GitHub Copilot?

it understand my intent means what im trying to build, what are the features ,where should data flow it gets me, its UI is actually user fiendly compared to most of AI Agents i know . it integration with mcp server makes work much easier like with figma,etc Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

costly and free tier ends very soon and context is also limited it should be which is a barrier in making full stak apps 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