godot icon indicating copy to clipboard operation
godot copied to clipboard

C#: Implement tooltips for Signals and Properties in the inspector.

Open magian1127 opened this issue 8 months ago • 2 comments

required .csproj <GenerateDocumentationFile>True</GenerateDocumentationFile>

    /// <summary>
    /// tip text
    /// </summary>
    [Export]
    string s1 = "AAAA";

image 30N9OK8 7{39{)BWG@C(%RN C D4LHV%8UP8 G)VKY_VUE

magian1127 avatar Oct 17 '23 15:10 magian1127

Would it be possible to reuse this implementation for documentation of GDShader uniform fields? They are shown in the inspector, and it would be really useful for sharing shaders; e.g. on sites like https://godotshaders.com

geekley avatar Dec 30 '23 23:12 geekley

If this gets approved, it looks like worth setting GenerateDocumentationFile in the Godot net sdk.

van800 avatar Mar 30 '24 10:03 van800

Removing the documentation label, as while this PR deals with documentation generation/display, this is more suited for the dotnet team to handle :)

mhilbrunner avatar Apr 06 '24 16:04 mhilbrunner