NS8 slice: Ship compact hover, signature help, and parameter navigation #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OBJECTIVE: Hover and signature help are useful on narrow terminals: compact first, expandable/searchable for long content, provider-aware, and integrated with parameter navigation.
AUTHORITY: Parent #43; KEYMAP.md
Hover, signature help, and long content; req: coding/004-005, coding/007, ui/001-002, testing/001-004.AGENT AUTHORITY:
PARENT: #43 via explicit issue link and parent checklist.
SCOPE:
Space l h,Space l s, compact card renderer, expandable transient panel, scroll/search/copy/pin actions where feasible, provider switch, active parameter highlight, next/previous parameter navigation.BOUNDARIES: Do not dump full hover markdown inline into the editor. Do not require permanent splits. Markdown rendering can be plain text if safe and readable.
ACCEPTANCE:
VERIFICATION:
zig build testzig build v1-smokeBLOCKERS: none.
Implemented and committed #51 as
264dedb Add compact language assistance rails.What changed:
Space llanguage rail with compact hover (h), compact signature help (s), and explicit expanded hover panel (o).g a/g Aparameter navigation inside function-call argument lists.Verification:
zig build testzig buildzig build v1-smokezig build run -- --helpzig build run -- src/main.zigredgate list /opt/repositories/mim/REQUIREMENTS.mdredgate lint /opt/repositories/mim/REQUIREMENTS.md && redgate health /opt/repositories/mim/REQUIREMENTS.mdNotes: