GDScript Formatter & LinterThis extension should help aspiring GDScript/Godot developers to develop within VSCode with features like linting and formatting. It is based on prior work by Chris Kuhn. Features
RequirementsRequires python3 (pip3) and the "gdtoolkit" accessable in PATH. Install via: python -m pip install gdtoolkit or equivalent command. See also: https://pypi.org/project/gdtoolkit/ GDLint ConfigurationThe option for max-line-length is only applicable to Other NotesIt's highly recommended to use the Error Lens plugin alongside this one, for inline display of problems. Release NotesSee CHANGELOG.md LicenseSee License.txt |