Add unresolved import and load inspection

This commit is contained in:
hgranthorner
2026-08-06 16:18:34 -04:00
parent 8fcd2cca05
commit c6b30e32d6
7 changed files with 118 additions and 12 deletions

View File

@@ -28,10 +28,11 @@ never from online material (see `AGENTS.md`).
- PSI-aware formatting for operator and punctuation spacing, block indentation,
directive flags, and opaque `#asm` bodies; formatting is idempotent across the
full local corpus
- Inspection warnings for unresolved `#import` and `#load` module/file paths
Remaining code-insight gaps include completion and symbol resolution for struct
fields and other type-qualified members. Inspections and compiler integration
are planned later.
fields and other type-qualified members. Additional inspections and compiler
integration are planned later.
See `docs/BUILD_PLAN.md` for the phase plan.
## Install it locally