Document completion scope and gaps

This commit is contained in:
hgranthorner
2026-08-05 10:43:30 -04:00
parent 2bc1b9f4be
commit ede8522716
4 changed files with 28 additions and 6 deletions

View File

@@ -33,5 +33,7 @@
not have inner PSI.
- `#asm` bodies remain intentionally opaque; assembly instructions do not have
inner PSI or structure entries.
- Symbol-aware completion for declarations and imported symbols is not yet
implemented.
- Module-qualified members, procedure parameters, and struct fields do not yet
have symbol resolution.
have symbol resolution or completion.