-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0-rc1] Description not showing for gdscript properties in inspector #72952
Comments
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. |
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. |
Also does not work using C# |
Still happening on 4.3 stable. I tried to do a bit of investigating, hopefully it helps. |
This is kind of critical for me. I am shipping a project to a client and they need that documentation to understand how to work on it. I can confirm the observation by @Snayff tho. If it is not freshly written, the descriptions will not show up consistently. |
I can't test right now, but there's a good chance that #95821 fixes this. I would be especially interested if folks could test C# comments specifically. It should, but I don't have a local C# setup! Tagging @TheRedstoneScientist since you explicitly mentioned C# :) You should be able to get the build artifacts by going to "Checks" and then "Artifacts"! |
Quick update: did some quick tests with #95821 and it does indeed fix this issue at least w/ GDScript. It took launching the editor twice - probably something with cache propagation. Edit: C# does not currently support documentation, so I don't believe there's a way for tooltips from C# |
Godot version
4.0.rc1
System information
Window 10
Issue description
Relate to #59270
Steps to reproduce
Code use in image
Minimal reproduction project
description_not_show.zip
The text was updated successfully, but these errors were encountered: