godot icon indicating copy to clipboard operation
godot copied to clipboard

[4.0-rc1] Description not showing for gdscript properties in inspector

Open nielpattin opened this issue 2 years ago • 11 comments

Godot version

4.0.rc1

System information

Window 10

Issue description

Relate to #59270

image

Steps to reproduce

Code use in image

extends Node2D

## Test
@export var test = 0

Minimal reproduction project

description_not_show.zip

nielpattin avatar Feb 09 '23 09:02 nielpattin

I have the same issue with Godot 4.0 Stable on Linux.

Loregret avatar Mar 10 '23 10:03 Loregret

I have the same issue with Godot 4.0 Stable on Linux.

Not fixed yet, this's on low priority I think. But it's on the go, so we need to wait because a lot of big issues need to fix first.

nielpattin avatar Mar 11 '23 03:03 nielpattin

I bisected it and #71628 seems to be the PR that broke it. CC @reduz

and-rad avatar Mar 13 '23 20:03 and-rad

This seems to still be broken in 4.1.1, FYI.

voithos avatar Nov 11 '23 19:11 voithos

Just started looking at Godot, doing the first 2D game tutorial in the docs and came across this same issue, still present in 4.2.1. Not a big deal by any means. I wish I knew enough to be able to try to open a PR and have a go at fixing it, but I'm nowhere near that level right now.

NathanReus avatar Dec 16 '23 06:12 NathanReus

this is another "sometimes" bug. I have scenes where I get tooltips, and others where I do not. similarly, a team member is not getting tooltips in a scene where I do.

h0lley avatar Dec 22 '23 19:12 h0lley

Also does not work using C#

TheRedstoneScientist avatar Jan 25 '24 19:01 TheRedstoneScientist