Independent set of GDScript tools, parser, linter and formatter. This project provides a set of tools for daily work with GDScript. At the moment it provides a parser that produces a parse tree for debugging and educational purposes. A linter that performs a static analysis according to some predefined configuration. A formatter that formats the code according to some predefined rules. A code metrics calculator which calculates the cyclomatic complexity of functions and classes. To install this project you need python3 and pip. Regardless of the target version, installation is done by pip3 command and for stable releases, it downloads the package from PyPI.
Features
- A parser that produces a parse tree for debugging and educational purposes
- A code metrics calculator which calculates cyclomatic complexity of functions and classes
- A formatter that formats the code according to some predefined rules
- A linter that performs a static analysis according to some predefined configuration
- Formatting with gdformat
- Linting with gdlint
- Calculate cyclomatic complexity with gdradon
Categories
Code FormattersLicense
MIT LicenseFollow GDScript Toolkit
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of GDScript Toolkit!