-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
GDScript 2.0: Documentation comments do not appear in inspector tooltips #59270
Comments
What's up with this feature ? |
It's not critical to solve before releasing 4.0, so in such case we don't put a milestone, which just means it will be fixed when it's fixed. Would still be nice to have fixed in 4.0 of course if anyone wants to work on it. |
Original proposal has been around since 2016 ( #4370 ) |
That proposal has been implemented already, and works fine. What's missing is literally just hooking it up in tooltips, which can be done by any motivated contributor. |
in opening post I mentioned that this should already be implemented judging by the screenshot in #41095 so I thought let's bisect it, but I just compiled 42bfa16 and was still unable to get tooltips, so perhaps the screenshot was just a concept. |
Godot version
v4.0.alpha4.official [f470979]
System information
Ubuntu, Nvidia, Vulkan
Issue description
Looking at the merged PR #41095, inspector tooltips for
@export
variables should already be implemented. However, I can't get them to show up. They do appear in the documentation (F1) just fine, but the tooltip text remains "No description".A restart of the editor does not help.
Steps to reproduce
Code used in above example:
Or get the minimal reproduction project,
my_inspector_setting
main.tscn
and hover the property in the inspector, notice "No description"Minimal reproduction project
Godot 4 Inspector tooltip.zip
The text was updated successfully, but these errors were encountered: