yusyus
583a774b00
feat: Add GDScript (.gd) language support for Godot projects
**Problem:**
Godot projects with 267 GDScript files were only analyzing 13 C# files,
missing 95%+ of the codebase.
**Changes:**
1. Added `.gd` → "GDScript" to LANGUAGE_EXTENSIONS mapping
2. Added GDScript support to code_analyzer.py (uses Python AST parser)
3. Added GDScript support to dependency_analyzer.py (uses Python import extraction)
**Known Limitation:**
GDScript has syntax differences from Python (extends, @export, signals, etc.)
so Python AST parser may fail on some files. Future enhancement needed:
- Create GDScript-specific regex-based parser
- Handle Godot-specific keywords (extends, signal, @export, preload, etc.)
**Test Results:**
Before: 13 files analyzed (C# only)
After: 280 files detected (13 C# + 267 GDScript)
Status: GDScript files detected but analysis may fail due to syntax differences
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-02 21:22:51 +03:00
..
2026-01-27 21:10:40 +03:00
2026-01-21 23:23:33 +03:00
2026-01-30 14:07:20 +03:00
2026-01-17 17:48:15 +00:00
2026-02-02 21:20:17 +03:00
2026-02-02 21:22:51 +03:00
2026-02-02 21:22:51 +03:00
2026-01-17 23:25:12 +03:00
2026-01-30 10:48:49 +03:00
2026-02-02 21:06:01 +03:00
2026-01-27 22:01:04 +03:00
2026-01-30 14:45:46 +03:00
2026-02-02 21:06:01 +03:00
2026-01-17 23:25:12 +03:00
2026-01-17 17:29:21 +00:00
2026-02-02 21:22:51 +03:00
2026-01-27 22:01:04 +03:00
2026-01-17 23:25:12 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:25:12 +03:00
2026-01-17 23:02:11 +03:00
2026-01-17 23:25:12 +03:00
2026-02-02 21:06:01 +03:00
2026-01-27 21:10:40 +03:00
2026-01-18 00:01:30 +03:00
2026-01-17 23:02:11 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 17:48:15 +00:00
2026-01-17 17:29:21 +00:00
2026-01-17 23:56:24 +03:00
2026-01-18 00:01:30 +03:00
2026-01-31 13:54:56 +03:00
2026-01-17 17:29:21 +00:00
2026-01-17 17:48:15 +00:00
2026-01-17 17:29:21 +00:00
2026-01-17 17:48:15 +00:00
2026-01-18 00:01:30 +03:00
2026-01-27 21:11:21 +03:00
2026-01-27 21:11:21 +03:00
2026-01-17 23:33:34 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:02:11 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 23:25:12 +03:00
2026-01-17 17:48:15 +00:00
2026-01-17 17:48:15 +00:00
2026-01-30 10:12:45 +03:00
2026-01-17 23:25:12 +03:00
2026-01-18 00:01:30 +03:00
2026-01-27 21:10:40 +03:00
2026-01-27 21:10:40 +03:00
2026-01-17 22:54:40 +03:00
2026-01-17 22:54:40 +03:00