Similar to #27074 , when using autocomplete for function signatures and variables in GDScript it (understandably) ignores types. As someone who uses typed gdscript exclusively now, I think it would be nice if auto completion for function signatures, for example, would automatically fill in types. for parameters and return args. For instance, when overriding _ready or _process, I would like autocomplete to create _ready()->void and _process(delta : float)->void, respectively.
This could be done with a project setting to "favor" types in GDScript.
There is already an option for this
Editor Settings -> Text Editor -> Completion -> Add Type Hints
Excellent! Thanks! I wasn't aware this existed. I will close this then.
Most helpful comment
There is already an option for this
Editor Settings -> Text Editor -> Completion -> Add Type Hints