Cursor is an IDE and code editor built for programming with AI. Cursor includes an autocomplete that predicts the next edit. Once enabled, it is always on and will suggest edits to code across multiple lines.
$20
per month
GitHub Copilot
Score 8.9 out of 10
N/A
GitHub Copilot is presented as an AI pair programmer, that plugs into the user's editor. It then turns natural language prompts into code, offers multi-line function suggestions, speeds up test generation, filters out common vulnerable coding patterns, and blocks suggestions matching public code.
$10
per month
NetBeans
Score 7.1 out of 10
N/A
NetBeans is a free and open source platform and integrated development environment (IDE).
N/A
Pricing
Cursor
GitHub Copilot
NetBeans
Editions & Modules
Pro
$20
per month
Teams
$40
per month per user
Pro+
$60
per month
Ultra
$200
per month
Enterprise
Custom
CoPilot for Individuals
$10
per month
CoPilot for Business
$19
per month per user
No answers on this topic
Offerings
Pricing Offerings
Cursor
GitHub Copilot
NetBeans
Free Trial
Yes
Yes
No
Free/Freemium Version
Yes
No
No
Premium Consulting/Integration Services
No
No
No
Entry-level Setup Fee
No setup fee
No setup fee
No setup fee
Additional Details
Every plan includes a set amount of model usage. Additional usage is based on the models and features used. The Bugbot add-on is available at $40 per month, per user, or with Custom pricing for Enterprise customers. A discount is available for annual billing.
I used Cursor AI as well, along with CoPilot. Curson has its own AI editor, but Copilot works with almost every code editor. So I don't need to depend on just one editor, and I get the flexibility to choose my own editors. The billing is also good and doesn't require many …
It is great for non-coders who have some technology knowledge and are comfortable following Cursor's instructions to build and deploy a webapp. Good prompting skills are needed. It is not for those who are not comfortable looking at raw codes. Cursor also is not very creative when it comes to user interface design.
Copilit is fantastic at the following: 1. Solving simple, well-defined problems, such as implementing an algorithm, manipulating a data structure, or string manipulation and regex. 2. Implementing simple APIs that are mainly CRUD in nature, with moderate business logic inside them, which may involve some processing or passing the data through an algorithm. 3. Implementation of well-defined activities, such as implementing a connection to an Oracle DB using Hibernate or JDBC, or implementing boilerplate code for a backend service to listen to Kafka events. It is not that great when it comes to understanding and implementing code in a proprietary DSL. It struggles when implementing a major feature across a complex codebase. I believe developers should also adopt the trust-but-verify paradigm when expecting highly secure or regulated code from GitHub Copilot.
NetBeans is extremely user friendly and easy to start developing complex applications. Adding and configuring external libraries is much simpler than in Eclipse. It is highly cost effective and most of the latest framework based libraries required are automatically downloaded to the projects. The overall tool is also light weight and consumes less memory as compared to other competitor tools.
NetBeans [should] work smoothly with systems having less RAM. Systems with less RAM face trouble with NetBeans.
File open history also requires improvement. Once NetBeans is restarted, all files are closed automatically and there is no shortcut to open last opened files.
Really easy to use; we've been replacing all other IDEs for it now. As it is a fork of Visual Studio Code, we transitioned to it in a very smooth way, and now our development process is faster than ever. It supports a bunch of languages and we don't need to have a webpage with an LLM open now because it is all with Cursor.
I feel that GitHub Copilot's overall usability is good due to its tight integration with Visual Studio and the workspace. However, developers expect greater ease of use, as there is a learning curve to realize productivity gains with the tool fully. I think there is room for improvement in GitHub Copilot's UI integration within Visual Studio.
Netbeans enhances my coding work, shows me where I have errors and helps find variable instances. I would be lost without find/replace in projects functionality as I use projects as templates for new projects. Occasionally the code hints aggravate me, but I understand that it is actually making me a better coder, working to get the 'green light' of a clean file with no errors or clumsy code.
NetBeans has a very strong user community. We can find solutions here for almost all the problems we face. In addition, we can forward NetBeans Support teams the problems we cannot solve. We can get quick feedback from the support teams, but I generally try to solve my problems by following the forums.
Softr's chat AI is less sophisticated. However, it is great for building simple database-driven webapps. I have used it together with Airtable to build a very simple webapp. It is drag and drop. Vercel V0's chatAI is faster and more friendly. The user interface is also more visually appealing and user friendly. It is comparable to Cursor though I have only used V0 briefly so have not gone through the learning curve.
It is useful that copilot integrates so well with vscode, which is a very common IDE. I used Tabnine for a little while but it was not that intuitive, and did not seem as helpful as GitHub copilot was. I have enjoyed GitHub copilot a lot, especially the ease of hitting the tab key and seeing quick progress in my tasks.
It works very smoothly as compared to other tools . The problem of restarting and reimporting the projects is not in the netbeans IDE . The front end development features are good . Netbeans connector is one of the best thing which enables us to deeply integrate netbeans IDE with google chrome browser
By working on Netbeans I just learned one more tool and can teach others about it. One should learn every tool so that it might help someday if another editor is not available and you have to use different software for your work.
Compiling code became easy as it is not a feature of normal text editors. Only IDE can do this.