B
Publisher
bodo
GDFormat
Tools
GDScript Formatter Shortcut Integration Python Development Formatting
A plugin for Godot that integrates Scony's GDScript formatter (https://github.com/Scony/godot-gdscript-toolkit) inside the Godot editor. The "gdformat" tool is required for this plugin to work. For more informations, please visit https://gitlab.com/DonatienBdR/gdformat-plugin and https://github.com/Scony/godot-gdscript-toolkit.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
GDScript formatter
A plugin for Godot that integrates Scony's GDScript formatter inside the Godot editor.
Features
- A button to format the current script, located on the top-right of the editor. Only visible when editing a GDScript.
- A shortcut to format the current script (default Ctrl+Alt+L). It can be changed by clicking the "Set format shortcut" on the top-right of the editor.
Requirements
- The
gdtoolkitpython module, which requirespytohn3and can be installed viapipusingpip install gdtoolkit.
Known issues and limitations
- Formatting a script resets the cursor position to the start of the file