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

(11)
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 (228)

Reviews

GitHub Copilot Reviews (228)

4.5
228 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.
MOHD A.
MA
Student Researcher
Small-Business (50 or fewer emp.)
"Game-Changer for Coding Productivity and Learning"
What do you like best about GitHub Copilot?

GitHub Copilot has genuinely transformed how I approach coding as an ECE student. The AI-powered suggestions are incredibly smart and context-aware, often predicting exactly what I'm trying to implement. It's like having an experienced developer pair programming with me 24/7. I use it extensively in VS Code for my university projects and personal open-source contributions, and it has dramatically reduced the time I spend on boilerplate code and common patterns. What really stands out is how it helps me explore different approaches to solving problems - when I'm stuck, Copilot often suggests alternative implementations I hadn't considered, which has been invaluable for learning. The integration is seamless, and the inline suggestions appear naturally as I type without interrupting my workflow. It's particularly helpful when working with new libraries or APIs, as it can generate correct syntax and function calls based on comments or partial code. For embedded systems projects and hardware interfacing code, it has saved me countless hours of documentation lookup. The productivity boost is real - I estimate it cuts my coding time by at least 30-40% while actually improving code quality. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

While GitHub Copilot is fantastic overall, there are a few minor areas for improvement. Occasionally, the suggestions can be a bit too aggressive, completing entire blocks when I only wanted a single line, which means I have to be careful about accepting suggestions blindly. The quality of suggestions can vary depending on the programming language - it's excellent for Python and JavaScript but sometimes less accurate for niche embedded systems code or specific hardware libraries. There's also a learning curve in understanding when to trust the AI versus when to verify its suggestions, especially for complex algorithms or security-sensitive code. The subscription cost might be a barrier for some students, though the free student plan helps. Lastly, it requires an internet connection to work, which can be inconvenient when coding offline. Despite these minor issues, the benefits far outweigh the drawbacks. Review collected by and hosted on G2.com.

Vidhi J.
VJ
Application Developer
Small-Business (50 or fewer emp.)
"Effortless Coding with High-Quality Output"
What do you like best about GitHub Copilot?

I use GitHub Copilot inside my VS Code to assist in my coding tasks, and I really like that it's easy to use without needing to change tabs or anything. It takes context from my current file, or I can choose which file to take context from, which is very useful. I also find that Copilot is more accurate and generates quality code compared to what I used before. The initial setup was very easy. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

I don't like that GitHub Copilot can't write or generate code inside VS Code via an image. I'd also love a feature to generate boilerplate code from Figma and the ability to upload images. Review collected by and hosted on G2.com.

Verified User in Industrial Automation
AI
Enterprise (> 1000 emp.)
"GitHub Copilot Supercharges Development with In-Editor Code Suggestions"
What do you like best about GitHub Copilot?

What I like best about GitHub Copilot is how it accelerates development by generating relevant code, boilerplate, and suggestions directly in the editor. It reduces context switching, improves productivity, and helps maintain consistency across the codebase, especially during repetitive or complex implementation tasks. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

The main downside of GitHub Copilot is that suggestions can sometimes be inaccurate or overly generic, requiring careful review. It may also generate unnecessary code if prompts are not precise, and it’s less effective for understanding complex business logic or project-specific context. Review collected by and hosted on G2.com.

Imrankhan A.
IA
Senior software engineer
Information Technology and Services
Enterprise (> 1000 emp.)
"Agent Mode Makes Coding Effortless and Efficient"
What do you like best about GitHub Copilot?

The agent mode is quite helpful for coding, as it eliminates the need for copy-pasting. All we have to do is type in our requirements, and it generates the code for us. Our main task is simply to validate the code it produces. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes, it goes a bit off track when I try to generate documentation for a Java application. It tends to hallucinate and produces information that isn't accurate. Review collected by and hosted on G2.com.

Divyanshu S.
DS
Senior Project Engineer
Enterprise (> 1000 emp.)
"Enhances Automation, Needs Better Precision"
What do you like best about GitHub Copilot?

I use GitHub Copilot for the creation and maintenance of automation frameworks. It helps in enhancing methods and optimizing patterns by making them compatible with the framework, following coding standards, and making the created methods reusable throughout pages. I also appreciate the parameterization, which applies as needed and covers all conditions for the best test coverage. The enhancement in framework design is particularly valuable to me, as it ensures that the methods are reusable and adaptable. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

It requires more than two or three prompts and sometimes gives general answers not compatible with the existing solution. Wherever a question is asked, the answer should be given and applied based on that. Review collected by and hosted on G2.com.

AK
technical manager and developer
Computer Software
Enterprise (> 1000 emp.)
"GitHub Copilot Speeds Up Test Cases and Boilerplate Code"
What do you like best about GitHub Copilot?

We use GitHub Copilot for writing test cases and boilerplate code, and it works great for generating what we need nowadays. It’s also very efficient with the CLI, which we can use to connect directly. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes it loses the context, and it feels like the context window could be improved. Review collected by and hosted on G2.com.

Himanshu Shekhar M.
HM
Data Solutions Engineer
Mid-Market (51-1000 emp.)
"Seamless Integration with VS Code Elevates Productivity"
What do you like best about GitHub Copilot?

The seamless integration with VS Code is impressive. I also appreciate the wide range of smart models available, which makes it easy to tackle various tasks, whether it's working on UI, backend, data warehousing, or even simple knowledge exploration. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

One drawback is that I can't access image generation features directly within Copilot. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Mid-Market (51-1000 emp.)
"Great Coding Partner, But Needs Smarter Context Awareness"
What do you like best about GitHub Copilot?

What I like best about GitHub Copilot is how effortlessly it fits into my coding flow. It feels less like an autocomplete tool and more like a coding partner that understands what I’m trying to build. It anticipates the next steps, suggests clean implementations, and helps me move faster without getting stuck on small details. Whether I’m writing boilerplate, exploring new libraries, or tackling more complex logic, Copilot consistently provides useful suggestions that save me time and keep me focused. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

The main thing I dislike about GitHub Copilot is that it can sometimes be a bit too eager with its suggestions. Occasionally it generates code that looks correct at first glance but needs adjustments to fit the specific context of my project. It’s not a big issue, but it does mean I have to double-check its output more carefully at times. Also, when working with newer libraries or very project-specific patterns, the suggestions can feel a little generic. Overall, it’s still extremely helpful, but there’s definitely room for improvement in context awareness. Review collected by and hosted on G2.com.

Niraj O.
NO
Software Engineer IIA
Enterprise (> 1000 emp.)
"Boosts Productivity with Contextual Code Suggestions"
What do you like best about GitHub Copilot?

I like using GitHub Copilot for enhancing productivity and improving code quality. It helps me review my code and suggest improvements for making it cleaner and higher performing. I appreciate its ability to understand context by taking in multiple files and finding references across them efficiently. Its context-taking and referencing capabilities, along with a powerful LLM model trained by our own inputs and custom prompts, truly stand out. The ease of setting it up as an extension in VS Code is also a plus. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

I find the large code placement in the chat window not possible. When using ask mode, I need explicit code added in the same chat for reference provided to Copilot. Review collected by and hosted on G2.com.

Diego P.
DP
.NET Developer
"Boosts Developer Productivity with Flexible AI Models"
What do you like best about GitHub Copilot?

I use GitHub Copilot for backend and frontend development. It helps me identify and interpret bugs faster, improving productivity by reducing the time spent on development tasks. I like that I can choose different types of AI models based on my needs and select how the Copilot works, whether in agent, debug, or ask mode. This feature helps me achieve my goals with fewer prompts, especially when working on different language projects. The setup was easy as GitHub Copilot is very intuitive, though I needed to learn how to build prompts and choose the right AI models. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes the agent gets stuck and doesn't make it clear for the user whether it's frozen or still thinking. Also, the consumption info could be more detailed. 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