How to display a tooltip on your own variable in C#

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

In GDScript you can use documentcomment to show tooltips on your own variables

However, even if you do the same thing in C#, the created variable
No tooltip is displayed.

Tooltips are very important for progressing development

Even if you look at the official document, there is no description of how to create a tooltip for C#

How can I create a tooltip in C#?