contributing/development/configuring_an_ide/rider #294
Replies: 1 comment 1 reply
-
Here is the JetBrains Rider page on Godot: https://www.jetbrains.com/help/rider/Godot.html with more information. At the time of this writing, the JetBrains Godot page explains that the Godot plugin is built into Rider by default, but users may want to download the GDScript plugin for improved GDScript support (https://plugins.jetbrains.com/plugin/20123-gdscript). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
contributing/development/configuring_an_ide/rider
Rider is a commercial JetBrains IDE for C# and C++ that uses the same solution system as Visual Studio. Importing the project: Rider requires a solution file to work on a project. While Godot does ...
https://docs.godotengine.org/en/stable/contributing/development/configuring_an_ide/rider.html
Beta Was this translation helpful? Give feedback.
All reactions