Hello,
I would like to advertise a new feature in Jetbrains Rider which makes working with Nodes in Godot much nicer. This will only work in Godot 4, Rider 2023.2 and the godot-support-plugin.
When using methods that use NodePath
s like GetNode<>()
or input actions like Input.IsActionPressed()
you know get autocomplete in Rider. This should work the same now as in Visual Studio.
Here is the pull request (with videos of how it looks like): github
Note: There is a small issue when you start Rider for a newly created project for the first time. The Godot icon (in the upper right) is not showing which means something went wrong. Just close the solution and open it again, then it should work.
I hope you enjoy (I surely do )