This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Hyperlinker: Hovering a name should show its type #715
Closed
Description
An interesting feature for our hyperlinked source backend. Hovering over a name should show its type:
Implementation should be straight forward. In https://github.com/haskell/haddock/blob/master/haddock-api/src/Haddock/Backends/Hyperlinker/Ast.hs we already collect all the information for each binder which we can use in the renderer.
In case of parameterized functions we could show the original type and the instantiated types on hover. This might give a nice experience when browsing sources.
/cc @harpocrates Interested?
Metadata
Metadata
Assignees
Labels
No labels