Validates GDScript changes by refreshing the Godot language server cache and analyzing diagnostic errors.
GDScript Validate ensures the integrity of Godot Engine scripts by synchronizing changes with the local language server and surfacing syntax or logic errors immediately after editing. It automates the cache refresh process—essential for the Godot LSP to recognize new methods or variables—and provides a streamlined way to view diagnostics for individual files or the entire project, helping developers catch bugs early in the game development workflow.
主な機能
01File-specific and project-wide diagnostic checks
020 GitHub stars
03Real-time error and warning reporting
04Automatic Godot LSP cache synchronization
05Batch validation support for multiple script edits
06Seamless integration with IDE MCP servers
ユースケース
01Synchronizing Godot's language server after adding new script files
02Auditing a project for warnings and type mismatches before a build
03Verifying syntax after refactoring complex GDScript classes