You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In-line gdscript documentation comments with a space following hash symbols are not prompting editor tooltips as suggested in the latest documentation/blog post. It's a little unclear if this was intended behavior, but based on wording I'm pretty sure it's not.
It seems there is some inconsistent behavior, and probably not related to the comment space (## ) as I originally thought. Uploading simple MRP for clarity.
Using this example I can open the project, open autoload.gd in script editor, and by default hovering over either function reference does not show the expected tooltip - both with and without the space. If I CTRL+S to save the script (despite no changes being made), both tooltips now display as expected.
agshultz
changed the title
[4.4beta1] GDScript documentation comments not providing editor hint when space following comment (## )
[4.4beta1][Editor] GDScript documentation comments inconsistent behavior (## )
Jan 20, 2025
Tested versions
v4.4.beta1.official
System information
Godot v4.4.beta1 - Windows 11 (build 26100) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4090 (NVIDIA; 32.0.15.6590) - AMD Ryzen 9 7950X 16-Core Processor (32 threads)
Issue description
In-line gdscript documentation comments with a space following hash symbols are not prompting editor tooltips as suggested in the latest documentation/blog post. It's a little unclear if this was intended behavior, but based on wording I'm pretty sure it's not.
Presumably related to #91060
eg:
Steps to reproduce
Minimal reproduction project (MRP)
The text was updated successfully, but these errors were encountered: