Description
Changelog
Reviews
GDLinter
GDLinter is an addon for Godot Engine that runs gdlint on save to automatically lint your GDScript as you code.
Table of Contents
Features
Prerequisites
- Make sure you have gdtoolkit installed
Installation
- Download Latest Release
- Unpack the
addons/gdLinterfolder into your/addonsfolder within the Godot project - Enable this addon within the Godot settings:
Project > Project Settings > Pluginsmy_game/ ├── addons/ │ └── gdLinter/ │ ├── Settings/ │ ├── UI/ │ ├── plugin.cfg │ └── ... ├── project.godot └── ...
Special thanks
- @Scony (for creating
gdlint)
Changelog for version v2.1.0
No changelog provided for this version.