Skip to content

[GDToolkit] Can't not format with TypedDictionary in Godot 4.4. #17

Description

@maxazan

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] = {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    gdtoolkitWe can only waiting fix by gdtoolkit

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions