How to add Inspector tips/ Description text to inspector?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By momopey

I want to better organise and document the usage of my scripts, and some simple descriptions in the inspector would be useful, but I can’t find how to do this anywhere.

Something like Unity’s inspector tips/Tooltip attributes is what I am looking for.

:bust_in_silhouette: Reply From: Surtarso

to be implemented in godot 4.0… finally!
you are not alone on that request :wink:

:bust_in_silhouette: Reply From: idbrii

In 3.5 I think you could use EditorInspectorPlugin?

Maybe by customizing the display of strings if their name is tooltip?