Conversation
Can be selected in Settings → Code → Code Editor. Opens .cs files directly in Antigravity.
There was a problem hiding this comment.
Pull request overview
This PR adds support for the Antigravity IDE as a code editor option in the game's editor settings. The implementation follows the existing pattern established by other code editor integrations (VSCode, Rider, Visual Studio).
Changes:
- Adds new Antigravity code editor implementation that integrates with the editor's code editor selection system
- Implements the ICodeEditor interface with methods to open files, solutions, and addons
- Uses Windows Registry to detect Antigravity IDE installation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
there are a lot of IDEs that are just vscode forks, we can do this automatically and just have a list. |
|
This isn't sustainable. We shouldn't be adding individual support for every single obscure IDE under the sun. |
see #9995 |
You can just create a lib for that. I already made one for Zed |
Yes, but that's much less convenient for developers who just want it to work |
Can be selected in Settings → General → Code → Code Editor:

Opens .cs files directly in Antigravity.