docs/en/Community-Articles/2025-11-21-AntiGravity/Post.md
Today, I tried the new code-editor AntiGravity by Google. "It's beyond a code-editor" by Google š When I first launch it, I see the UI is almost same as Cursor. They're both based on Visual Studio Code. That's why it was not hard to find what I'm looking for.
First of all, the main difference as I see from the Cursor is; when I type a prompt in the agent section AntiGravity first creates a Task List (like a road-map) and whenever it finishes a task, it checks the corresponding task. Actually Cursor has a similar functionality but AntiGravity took it one step further.
Second thing which was good to me; AntiGravity uses Nano Banana š. This is Google's AI image generation model... Why it's important because when you create an app, you don't need to search for graphics, deal with image licenses. AntiGravity generates images automatically and no license is required!
Third exciting feature for me; AntiGravity is integrated with Google Chrome and can communicate with the running website. When I first run my web project, it installed a browser extension which can see and interact with my website. It can see the results, click somewhere else on the page, scroll, fill up the forms, amazing šµ
Another feature I loved is that you can enter a new prompt even while AntiGravity is still generating a response š§. It instantly prioritizes the latest input and adjusts the ongoing process if needed. But in Cursor, if you add a prompt before the cursor finishes, it simply queues it and runs it later š.
And lastly, AntiGravity is working very good with Gemini 3.
Well, everything was not so perfect š„ When I tried AntiGravity, couple of times it stucked AI generation and Agent stopped. I faced errors like this š
ā There's a crucial development issue with AntiGravity (and also for Cursor, Windsurf etc...) š¤ you cannot debug your .NET application with AntiGravity š„ŗ. This is Microsoft's policy! Microsoft doesn't allow debugging for 3rd party IDEs and shows the below error... That's why I cannot say it's a downside of AntiGravity. You need to use Microsft's original VS Code, Visual Studio or Rider for debugging. But wait a while there's a workaround for this, I'll let you know in the next section.
AntiGravity, Cursor, Windsurf etc... are using Visual Studio Code and the C# extension for VS Code includes the Microsoft .NET Core Debugger "vsdbg". VS Code is open-source but "vsdbg" is not open-source! It's working only with Visual Studio Code, Visual Studio and Visual Studio for Mac. This is clearly stated at Microsoft's this link.
There's a free C# debugger extension for Visual Studio Code based IDEs that supports AntiGravity, Cursor and Windsurf. The extension name is C#.
You can download this free C# debugger extension at š open-vsx.org/extension/muhammad-sammy/csharp/.
For AntiGravity open Extension window (Ctrl + Shift + X) and search for C#, there you'll see this extension.
After installing, I restarted AntiGravity and now I can see the red circle which allows me to add breakpoint on C# code.
Recently I heard about DotRush extension from the folks. As they say DotRush works slightly faster and support Razor pages (.cshtml files). Here's the link for DotRush https://github.com/JaneySprings/DotRush
When you run the web project via C# debugger extension, normally it's not using the launch.json therefore the website port is not the one when you start from Visual Studio / Rider... So what's my website's port which I just run now? Normally for ASP.NET Core the default port is 5000. You can try navigating to http://localhost:5000/.
Alternatively you can write the below code in Program.cs which prints the full address of your website in the logs.
If you do the steps which I showed you, you can debug your C# application via AntiGravity and other VS Code derivatives.
Currently there's only individual plan is available for personal accounts and that's free š! The contents of Team and Enterprise plans and prices are not announced yet. But Gemini 3 is not free! I used it with my company's Google Workspace account which we normally pay for Gemini.
There have been many AI assisted IDEs like Windsurf, Cursor, Zed, Replit and Fleet. But this time it's different, this is backed by Google. As you see from the below image AntiGravity, uses a standard grid layout as others based on VS Code editor. It's very similar to Cursor, Visual Studio, Rider.
Antigravity offers the below models which supports reasoning: Gemini 3 Pro, Claude Sonnet 4.5, GPT-OSS
Antigravity uses other models for supportive tasks in the background:
This makes a big difference from traditional IDEs. AntiGravity's browser agent is taking screenshots of your pages when it needs to check. This is achieved by a Chrome Extension as a tool to the agent, and you can also prompt the agent to take a screenshot of a page. It can iterate on website designs and implementations, it can perform UI Testing, it can monitor dashboards, it can automate routine tasks like rerunning CI. This is the link for the extension š chromewebstore.google.com/detail/antigravity-browser-exten/eeijfnjmjelapkebgockoeaadonbchdd. AntiGravity will install this extension automatically on the first run.
Simply if we want to connect to a 3rd party service to complete our task we need MCP. So AntiGravity can connect to your DB and write proper SQL queries or it can pull in recent build logs from Netlify or Heroku. Also you can ask AntiGravity to to connect GitHub for finding the best authentication pattern.
Airweave, AlloyDB for PostgreSQL, Atlassian, BigQuery, Cloud SQL for PostgreSQL, Cloud SQL for MySQL, Cloud SQL for SQL Server, Dart, Dataplex, Figma Dev Mode MCP, Firebase, GitHub, Harness, Heroku, Linear, Locofy, Looker, MCP Toolbox for Databases, MongoDB, Neon, Netlify, Notion, PayPal, Perplexity Ask, Pinecone, Prisma, Redis, Sequential Thinking, SonarQube, Spanner, Stripe and Supabase.
The major settings of Agent are:
While Cursor was the champion of AI code editors, Antigravity brings a different philosophy.
Cursor: Looks and feels exactly like VS Code. If you know VS Code, you know Cursor.
Antigravity: Introduces 2 major layouts:
If you are ready to experience the new AI code editor by Google, download and use š Launch Google AntiGravity