-
Notifications
You must be signed in to change notification settings - Fork 0
[M2] Implement textDocument/hover #23
Copy link
Copy link
Open
Labels
area:lspLSP, JSON-RPC, transport, and protocol supportLSP, JSON-RPC, transport, and protocol supportkind:taskImplementation taskImplementation taskpriority:highHigh-priority taskHigh-priority task
Metadata
Metadata
Assignees
Labels
area:lspLSP, JSON-RPC, transport, and protocol supportLSP, JSON-RPC, transport, and protocol supportkind:taskImplementation taskImplementation taskpriority:highHigh-priority taskHigh-priority task
Summary
Expose a minimal hover query API for Lean source positions.
Tasks
textDocument/hoverrequests.Acceptance criteria
LeanLsp.hover(session, path, line, character)returns structured hover information.