You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a collection of plugins that enhance Godot game development in JetBrains IDEs:
Godot Support Plugin - Basic GDScript, enhanced C# support for Godot in Rider
GdScript Plugin - Enhanced GDScript support
Community Plugin - Technical bridge between the two
JetBrains Rider
Rider is JetBrains' cross platform IDE, based on ReSharper and the IntelliJ Platform. It can be used on Windows, Mac and Linux providing rich code navigation, inspections and refactorings.
Godot Support Plugin for Rider
Key components:
Located in the rider, resharper, and debugger folders
The "Community" plugin serves as a technical bridge between the Godot Support and GdScript plugins. It provides common interfaces and extension points that both plugins can use to communicate with each other.
Key components:
Located in the community folder
Provides extension points between the other plugins
Referenced by both the Godot Support and GdScript plugins
Installation
JetBrains Rider
All the three plugins for Godot developments are bundled in Rider.
Other JetBrains IDEs
The GdScript Plugin can be build targeting any JetBrains IDE SDK. To be documented.
License
Godot Support Plugin and Community Plugin are licensed under the Apache License 2.0