It seems that I want too much when I want a gdscript IDE that connects consistently to the LSP, debugs properly and also understands godots global autoloads 😞

Rider works well when it comes to debugging c# and gdscript code. It hits the breakpoints for both languages (even in mixed mode). I can start and stop an instance and start debugging.

But it does not understand the global autoloads. So some of my manager classes are full of warnings and no inspection.

#godot #gdscript #rider