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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of GDScript Toolkit!