Expand description
Completion (ADR-0091 Phase 6).
Trigger characters: ., @, :, (. The phase-6 model:
- After
.on a receiver expression: fields and methods on the receiver’s type (when we have it from the AIR side-table). - After
@: intrinsic names from thegruel_intrinsicsregistry. - Otherwise: locals in the enclosing function (from RIR’s
Localsites — recovered via AST walk), plus every top-level item.
Structs§
Enums§
Functions§
- complete_
at - Completion at the given byte position.
triggerisSome('.')/Some('@')if the editor invoked us via a trigger character.