godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.55k stars 21.26k forks source link

Add "GDScript: " in front of tooltips #19379

Closed LATRio closed 6 years ago

LATRio commented 6 years ago

In brief, my proposal is as follows: add "GDScript: " in front of tooltips. I think it would make it more easy to figure out what those tooltips mean. Ex: "GDScript: 'size/always_on_top'" or without quotes

akien-mga commented 6 years ago

But those are not GDScript, they're the internal name of the property, which you can use from any scripting language (not only GDScript but also VisualScript, C#, C++, Python, Nim, D, etc.).