Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

This tool checks if your scripts are statically typed. If variables or functions are not statically typed, it prints warnings to the output with info.Checks scripts when project is loaded and for individual scripts when saved.CHANGELOG1.1.0:Added static type warnings for:- Function parameters- Multiline function definitions1.0.0:Added static type warnings for:- Constants- Variables- Function return values**Only for single line functions
enforce-static-typing
This is a simple Godot plugin that checks if you have statically typed variables and functions. It will check all scripts on load, and will check individual scripts on save. Warnings will be printed to the output stream.
This tool checks if your scripts are statically typed. If variables or functions are not statically typed, it prints warnings to the output with info.
Checks scripts when project is loaded and for individual scripts when saved.
CHANGELOG
1.1.0:
Added static type warnings for:
- Function parameters
- Multiline function definitions
1.0.0:
Added static type warnings for:
- Constants
- Variables
- Function return values*
*Only for single line functions
Reviews
Quick Information

This tool checks if your scripts are statically typed. If variables or functions are not statically typed, it prints warnings to the output with info.Checks scripts when project is loaded and for individual scripts when saved.CHANGELOG1.1.0:Added static type warnings for:- Function parameters- Multiline function definitions1.0.0:Added static type warnings for:- Constants- Variables- Function return values**Only for single line functions