Does the built-in editor supports show a typed variable's type when mouse over it?

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

As the title, I want to know does the editor support that feature. If not, can I request that feature to be included in the newer version?

I usually coding in VSCode, and by hovering over a variable, i can know the variable’s type very quickly and it helped me a lot while learning a new language.

You can always use modern C# and VSCode in Godot.
You will have access to interfaces and properties and other features :slight_smile:

Moreus | 2023-03-20 08:17

:bust_in_silhouette: Reply From: jgodfrey

By default, the tooltip only shows the current value of a hovered variable - not its type. I’m not aware of a way to change this currently.

Certainly, you can always request a new feature for possible inclusion in some future release. Do that here: