GDScript-Formatter
GDScript-Formatter copied to clipboard
[GDToolkit] Can't not format with TypedDictionary in Godot 4.4.
Hi! First of all you made a great job! Thank you!
Godot 4.4 make major update for Dictionaries. Now you can use typed Dictionary.
Unfortunately GDScript-Formatter died when see typed Dictionary
For Example this works well:
var dict: Dictionary = {}
This isnt:
var dict: Dictionary[String, Resource] = {}
It's not your fault! )
This plugin depends on "gdformat" in "gdtoolkit", try to update it by "Project -> Tool -> GDScript Formatter: Install/Update gdtoolkit". If it still not work, we have to waiting for update of godot-gdscript-toolkit.
Edit: it still not be implemented.