gdscript_diagnostics
Check .gd files for compiler errors and warnings. Returns diagnostics with line, severity, and message to catch issues before committing.
Instructions
Get compiler errors and warnings for one or more files. Returns: list of diagnostics with line, severity (1=Error, 2=Warning, 3=Info, 4=Hint), and message. WORKFLOW: (1) Edit files, (2) gdscript_sync_files to refresh, (3) gdscript_diagnostics to check for errors. Use before committing to catch issues early.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | List of absolute or relative paths to .gd files to check |