Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Format Document
Format godot scripts within the editor
Supported Engine Version
4.0
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
1 month ago
Git URL
Issue URL
Godot Code Formatter
- Adds "Format Document" to code context menu
- Adds "Format Document" command to command palette
- Adds "Format Document" to "Project > Tools"
Setup
- Download and add this addon to your project
- Download a formatter. Here's GDScript's formatter
- Unzip and either put "gdscript-formatter.exe" in your path OR specify the full path inside
res://addons/format_document/plugin.cfg
command="gdscript-formatter.exe"
# or
command="/path/to/formatter/gdscript-formatter.exe"
Format godot scripts within the editor
Reviews
Quick Information
Format Document
Format godot scripts within the editor
Supported Engine Version
4.0
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
1 month ago
Git URL
Issue URL