godot
                                
                                 godot copied to clipboard
                                
                                    godot copied to clipboard
                            
                            
                            
                        [4.0-rc1] Description not showing for gdscript properties in inspector
Godot version
4.0.rc1
System information
Window 10
Issue description
Relate to #59270

Steps to reproduce
Code use in image
extends Node2D
## Test
@export var test = 0
Minimal reproduction project
I have the same issue with Godot 4.0 Stable on Linux.
I have the same issue with Godot 4.0 Stable on Linux.
Not fixed yet, this's on low priority I think. But it's on the go, so we need to wait because a lot of big issues need to fix first.
I bisected it and #71628 seems to be the PR that broke it. CC @reduz
This seems to still be broken in 4.1.1, FYI.
Just started looking at Godot, doing the first 2D game tutorial in the docs and came across this same issue, still present in 4.2.1. Not a big deal by any means. I wish I knew enough to be able to try to open a PR and have a go at fixing it, but I'm nowhere near that level right now.
this is another "sometimes" bug. I have scenes where I get tooltips, and others where I do not. similarly, a team member is not getting tooltips in a scene where I do.
Also does not work using C#