gdstyle 0.1.0 Tools 4.3 Community
Submitted by user w4nderlust; MIT; 2026-05-29
A fast, opinionated linter and formatter for GDScript (Godot 4.x).
gdstyle catches style violations, naming inconsistencies, and common code-quality issues, then auto-formats your code to match the official Godot style guide.
What you get when you enable the plugin:
- Bottom panel with clickable diagnostics
- Lint File / Lint Project, Format File / Format Project
- Lint on Save / Format on Save (toggleable)
- Right-click any diagnostic to apply its auto-fix in one click
- Per-file gdstyle.toml support: each addon or subproject can carry its own rule overrides
54 rules across syntax, naming, formatting, ordering, and quality. Most are safely auto-fixable. The Godot editor plugin uses the native GDExtension (Godot 4.6+) when present and falls back to the bundled CLI binary on older versions.
Source, full rule list, CLI, and library API:
https://github.com/atelico/gdstyle
View files Download Submit an issue Recent Edits