Best Software for 2025 is now live!
Show rating breakdown
Save to My Lists
Claimed
Claimed

Top Rated GitHub Copilot Alternatives

GitHub Copilot Reviews & Product Details

GitHub Copilot Overview

What is GitHub Copilot?

GitHub Copilot helps more than 1 million developers and over 20,000 businesses push what’s possible in software development. Based on powerful LLMs, including OpenAI’s GPT models, this AI pair programmer helps developers write code faster and with less work by drawing context from comments and code to suggest individual lines and whole functions instantly. All languages are supported, however the more common a language, the better represented it will be in the training data and the more robust suggestions will be.

GitHub Copilot Details
Show LessShow More
Product Description

GitHub Copilot is powered by a combination of large language models (LLMs), including a customized version of OpenAI’s GPT that translates natural language to code and additional models from Microsoft and GitHub to further hone and improve upon results. Available as an extension for Visual Studio Code, Visual Studio, Neovim, and the JetBrains suite of integrated development environments (IDEs), GitHub Copilot works alongside developers in their preferred editor, where they can either type as they go or write comments to get coding suggestions. As a result, developers spend less time creating boilerplate and repetitive code patterns, and more time on what matters: building great software. GitHub Copilot was developed with security, privacy, and responsibility in mind. GitHub Copilot for Business never retains customer code from prompts or suggestions. Only users who are on an individual license and choose to opt-in will be retained. Additionally, users can enable a mechanism that blocks suggestions that match public code, even if the likelihood of matches is low.

How do you position yourself against your competitors?

GitHub Copilot has been generally available to developers since June 2022, even before the wide availability of OpenAI’s ChatGPT, and to businesses since December 2022. Over that time, GitHub Copilot has been adopted by over 1 million developers and 20,000 businesses.

Furthermore, it has also been validated to deliver on its purported productivity benefits - developers using GitHub Copilot are coding up to 55% faster and report being 75% more satisfied with their work, which can ultimately lead to organizational impact such as accelerated innovation and greater efficiency.


Seller Details
Seller
GitHub
Year Founded
2008
HQ Location
San Francisco, CA
Twitter
@github
2,612,256 Twitter followers
LinkedIn® Page
www.linkedin.com
6,253 employees on LinkedIn®
Description

GitHub Inc. provides code hosting services. It allows users to share codes with friends, co-workers, classmates, and strangers; offers control system for the collaborative development of software; allows users to fork, send pull requests, and manage various public and private repositories; and offers collaborator management, wikis, downloads, code review, and graphs. The company allows individuals and team members to discuss about codes; and track and assign issues to other teammates. GitHub Inc. was founded in 2008 and is based in San Francisco, California.


Andrew F.
AF
Overview Provided by:

Recent GitHub Copilot Reviews

Srivishnu  S.
SS
Srivishnu S.Small-Business (50 or fewer emp.)
5.0 out of 5
"Coding made faster"
It gives amazing suggestions and auto-fills suggestions based on your code's context and your coding style. It's easily implementable to your codin...
Pranita B.
PB
Pranita B.Enterprise (> 1000 emp.)
5.0 out of 5
"GitHub copilot is awesome"
GitHub copilot is support by AI ,It's very helpful by programmers to code faster and smooth and its take little time. It's drow contact for commen...
Baruch O.
BO
Baruch O.Small-Business (50 or fewer emp.)
4.0 out of 5
"IDE Integrated AI with the newest features"
It is the only AI integrated into my IDE and work.
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
1 person requested security information

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 ...
Answer a few questions to help the GitHub Copilot community
Have you used GitHub Copilot before?
Yes

145 GitHub Copilot Reviews

4.5 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
145 GitHub Copilot Reviews
4.5 out of 5
145 GitHub Copilot Reviews
4.5 out of 5

GitHub Copilot Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons

Overall Review Sentiment for GitHub CopilotQuestion

Time to Implement
<1 day
>12 months
Return on Investment
<6 months
48+ months
Ease of Setup
0 (Difficult)
10 (Easy)
Log In
Want to see more insights from verified reviewers?
Log in to view review sentiment.
G2 reviews are authentic and verified.
Srivishnu  S.
SS
Admin + Developer
Computer Software
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about GitHub Copilot?

It gives amazing suggestions and auto-fills suggestions based on your code's context and your coding style. It's easily implementable to your coding IDE if you're using VS Code as it's already integrated into it as a plugin. It's now a daily part of my coding life! Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Their free limit is very low, would be nice to increase it as it helps a lot of people including students! Review collected by and hosted on G2.com.

What problems is GitHub Copilot solving and how is that benefiting you?

Instead of switching to an AI Chatbot like Chat GPT or Bard to generate code or solve some issues, I can rely on Co Pilot which is built-in to my IDE. Makes the entire coding process efficient as I think they trained it using the Github Repos they have access to! Review collected by and hosted on G2.com.

Rheyhan F.
RF
Data Analyst
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about GitHub Copilot?

Have been using this for the past year, and let me admit. It's one of the best copilot i've been using so far.

It's just like chatGPT but more easy to use and can be accessed on the IDE by hitting the shortkey.

One of its main strength is the way it can comprehend an algorithm and implement it with due of the respect of the previous syntaxs. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

- The model is not trained enough to comprehend a somewhat difficult question

- Sometimes it ignored the prompt that's given

- Hallucination sorta happen. E.g, it calls for a function of a module that doesn't exist Review collected by and hosted on G2.com.

What problems is GitHub Copilot solving and how is that benefiting you?

Summarizing for jupiter notebook mainly, also frequently using it for find the best and simple algorithm Review collected by and hosted on G2.com.

Sujeet A.
SA
Senior Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about GitHub Copilot?

It's very easy to use. It offers a lot of feature along the whole development life cycle.

It has everything a developer needs to boost their productivity.

It not only offers code generation but help around CLI commands and direct access to Github API which is very convenient. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

It's a bit slow and sometimes gets stuck.

The session for Github access expires very fast.

Sometimes, files will not be properly saved due to copilot interference which is I think a bug currently. Review collected by and hosted on G2.com.

What problems is GitHub Copilot solving and how is that benefiting you?

It boosts my productivity a lot. I can just use in-editor copilot to interact with Github and fetch all my PRs and issues.

It saves a lot of time on repetitive tasks like generating tests and setting up the project. Review collected by and hosted on G2.com.

Baruch O.
BO
Software Developer
Program Development
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
What do you like best about GitHub Copilot?

It is the only AI integrated into my IDE and work. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

I can't integrate it into no code or no IDE solutions and general purpose. Review collected by and hosted on G2.com.

What problems is GitHub Copilot solving and how is that benefiting you?

I don't need to write repeated and obvious tasks again.

Sometimes I don't need to dig into the web to find an idea how to solve a problem Review collected by and hosted on G2.com.

Rostyslav B.
RB
Senior QA Automation Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic Review from User Profile
What do you like best about GitHub Copilot?

It excels in providing code snippets, which save a lot time when automation repetitive tests or when dealing with a complex logic. Huge advantage it gave us during migration from Cypress to Playwright framework. Chat with Copilot inside VS code studio Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

It happens Copilot provides suggestions not relevant to code at all. Review collected by and hosted on G2.com.

What problems is GitHub Copilot solving and how is that benefiting you?

- Helps to speed-up test case writing

- Refactor code after writing

- Can indicate easily to what is wrong in case compile errors Review collected by and hosted on G2.com.

PW
Software Developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about GitHub Copilot?

The ability to complete syntax when writing code, to analyze error messages and almost 100 % give me a path forward, to explain and discuss architecture options, strategies Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

The inability to analyze a code base in Visual Studio. I can use the edit function and analyze files but not the whole code base. Review collected by and hosted on G2.com.

What problems is GitHub Copilot solving and how is that benefiting you?

Architecture, bug solving, syntax, errors Review collected by and hosted on G2.com.

Areeb  S.
AS
Front End Engineer
Financial Services
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
(Original )Information
What do you like best about GitHub Copilot?

It helps to code programs much faster. Also it advices and assist in coding best prectices. It can quickly fix issues by providing a the correct piece of code. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Sometimes the suggested piece of code when working on a fix turns out to be not to the point or already implemented. Review collected by and hosted on G2.com.

What problems is GitHub Copilot solving and how is that benefiting you?

It helps me in code completion and suggests pieces of codes to improve my coding practices. It makes my task to get done a lot more faster. It also helps me to get to a solution to a fix alot faster. Review collected by and hosted on G2.com.

Rahul S.
RS
Full Stack Developer
Computer Software
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about GitHub Copilot?

Github Copilot is the fastest and very easy to implement copilot for our code editors. It generates our predicted code very efficiently and fastly. It is trained on many programming languages like Python, JS etc. It is compatible with many different code editors. It easily detects and fixes all the bugs and errors in our code. It keeps the track of our code from all of ours code files and auto completes our code. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Their customer support is very slow and are not reliable. Review collected by and hosted on G2.com.

What problems is GitHub Copilot solving and how is that benefiting you?

Github Copilot has drastically decreased our project's delivery time, by providing fast auto code completion with great accuracy. It easily reads our previous written chats and codes to give us the best predicted solutions, which made it require less explanation to get our codes. It helped us reduce the errors and bugs in our codes. Review collected by and hosted on G2.com.

Dheeraj K.
DK
Product Manager
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about GitHub Copilot?

Github Copilot uses the most capable AI model to autocomplete and generate codes for our problems. It easily explains and fixes bugs in our codes. It is very efficient in understanding our previous chats and then generates an ideal solution for our problems. It can generate codes in allmost all programming languages. It has very simple dashboard to chat and interect with. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Its price is a bit expensive for small business. Review collected by and hosted on G2.com.

What problems is GitHub Copilot solving and how is that benefiting you?

Github Copilot has incresed our team's efficiency and accuracy while writing codes, by providing great solutions and auto generated codes for our softwares. It provides the predicted error free codes with good accuracy. It has solutions of allmost all the problems related to programming and networking, which helped us reduce errors in our softwares from development to deployment. Their customer support is also fast. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about GitHub Copilot?

It's really helpful in development, this AI tool work really well for us to resolve our development issues

Code generation on small prompt is too best feature. Just say /test and it will generate test cases. Review collected by and hosted on G2.com.

What do you dislike about GitHub Copilot?

Some cases it's only gives summary instead of solution. Review collected by and hosted on G2.com.

What problems is GitHub Copilot solving and how is that benefiting you?

This resolve many problems, in one of my project I used to understand C++ code in which I was not expertise and then same convert it in Java . In Java also I am convert code into one version to another like java 7 to java 8 stream APIs. You can generate junit test cases, postman scripts, SQL queries, . Also useful to grammar check of your email content. Review collected by and hosted on G2.com.