Edit of asset "GDScript Function Helper" Accepted

Old/Current New/Edit
Title GDScript Function Helper
Description a simple Godot 4 plugin with two features:

(1) press Tab on a function declaration to add the return type and default return value.

(2) right-click an undefined function call to generate a stub method with inferred parameter types.

formerly "Function Type Autocomplete".
Helpful auto-completion for return types

See the README for better formatted examples.

func new()
turns into
func new() -> void:
pass

func new() String
turns into
func new() -> String:
pass
Category Tools
License MIT
Repository Provider GitHub
Repository Url https://github.com/kahanscious/gdscript-function-helper
Issues Url https://github.com/kahanscious/gdscript-function-helper/issues
Godot version Godot 4.3
Version String 1.4 1.1
Download Commit 17a9dda60a58ec9f7aa762ad0ab8835394ff68f7 9b0ff0080f3c420100ec40a0927c7ce1d78c2907
Download Url (Computed) https://github.com/kahanscious/gdscript-function-helper/archive/17a9dda60a58ec9f7aa762ad0ab8835394ff68f7.zip https://github.com/kahanscious/gdscript-function-helper/archive/9b0ff0080f3c420100ec40a0927c7ce1d78c2907.zip
Icon Url https://i.imgur.com/PbVdogi.png