Replies: 3 comments 4 replies
-
I'm running into this now developing an addon and I was kind of shocked that this wasn't already a thing. There doesn't seem to be an API for managing descriptions in the actual project settings code - my guess is the docs system is used to lift those out of the documentation based on config path by a tooltip. I imagine the shortest path would be to extend the docs system to work at the project-level with those tooltips (be able to effectively extend the built in documentation with project-level docs, including config property paths), but I don't actually know. Perhaps this is already possible in an opaque/undocumented way? I'd be very interested in this. |
Beta Was this translation helpful? Give feedback.
-
I would love to see this for the sake of improving project settings as well. |
Beta Was this translation helpful? Give feedback.
-
Please implement this for GDExtension as well. |
Beta Was this translation helpful? Give feedback.
-
Currently, it is possible to add some information to a custom setting to the editor settings panel is possible by using
add_property_info
with aDictionary
like this:But it results with "No description" when you hover the setting:
What I am proposing is adding a
description
field to the information dictionary:Beta Was this translation helpful? Give feedback.
All reactions