Skip to content

Add Antigravity IDE support#192

Closed
snakecase wants to merge 1 commit intoFacepunch:masterfrom
snakecase:support-antigravity-ide
Closed

Add Antigravity IDE support#192
snakecase wants to merge 1 commit intoFacepunch:masterfrom
snakecase:support-antigravity-ide

Conversation

@snakecase
Copy link

Can be selected in Settings → General → Code → Code Editor:
{F93C8672-A95F-4255-B3B1-554CE27BA552}

Opens .cs files directly in Antigravity.

Can be selected in Settings → Code → Code Editor.
Opens .cs files directly in Antigravity.
Copilot AI review requested due to automatic review settings January 19, 2026 10:06
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@wpenistone
Copy link

there are a lot of IDEs that are just vscode forks, we can do this automatically and just have a list.
We can build a base and just add Antigravity on top of it, this would allow for easy addition of more IDEs (e.g. cursor, vsc insiders) in the future.

@DevulTj
Copy link
Member

DevulTj commented Feb 7, 2026

This isn't sustainable. We shouldn't be adding individual support for every single obscure IDE under the sun.

@wpenistone
Copy link

there are a lot of IDEs that are just vscode forks, we can do this automatically and just have a list. We can build a base and just add Antigravity on top of it, this would allow for easy addition of more IDEs (e.g. cursor, vsc insiders) in the future.

see #9995

@bub-bl
Copy link

bub-bl commented Feb 7, 2026

there are a lot of IDEs that are just vscode forks, we can do this automatically and just have a list. We can build a base and just add Antigravity on top of it, this would allow for easy addition of more IDEs (e.g. cursor, vsc insiders) in the future.

see #9995

You can just create a lib for that. I already made one for Zed

@wpenistone
Copy link

there are a lot of IDEs that are just vscode forks, we can do this automatically and just have a list. We can build a base and just add Antigravity on top of it, this would allow for easy addition of more IDEs (e.g. cursor, vsc insiders) in the future.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants