Description
Changelog
Reviews (0)
Godot Project Statistics
Plugin to inspect currently open project and display some statistics.
Features
- Number of script lines (code, comments, blank lines and total).
- Number of scenes, size and number of nodes in each scene.
- Number and size of resources.
- Display the size of resources in a pie chart.
- Exclude files or directories from generating statistics.
- Sort rows by any column (by pressing its header).
Configuration
The configuration can be modified at Project Settings > Statistics.
Ignore: List of paths to ignore. (case-sensitive)Load on Startup: Changing this option tofalsemay improve project loading time (especially for large projects), because addon goes through every file in the project during scanning process.Include: List of paths to include regardless of whether the path is found in theIgnorelist. (case-sensitive)
Matching expressions is possible where "*" matches zero or more arbitrary characters and "?" matches any single character except a period ".".
Known limitations and possible improvements
- It is not possible to change the order of columns in the file table.
- It might be useful to have option to change what is diaplayed in pie chart (line count, comment line count, file size).
If you find out some other ones feel free to open an issue. All suggestions are welcome.
License
This addon is remake of Godot Project Statistics for Godot 4 (original addon is only for Godot 3) and it is published under MIT license.
Changelog for version v1.2.0
No changelog provided for this version.