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

func new void
turns into
func new() -> void:
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.2
Download Commit 17a9dda60a58ec9f7aa762ad0ab8835394ff68f7 a8fcb5d7b54a44ba33f6ad899346fae376a1ab38
Download Url (Computed) https://github.com/kahanscious/gdscript-function-helper/archive/17a9dda60a58ec9f7aa762ad0ab8835394ff68f7.zip https://github.com/kahanscious/gdscript-function-helper/archive/a8fcb5d7b54a44ba33f6ad899346fae376a1ab38.zip
Icon Url https://i.imgur.com/PbVdogi.png
Preview Insert
Type video
Image/Video URL https://youtu.be/iefqy_YVMIM
Thumbnail