haskell / haskell/haskell-language-server
Code lens to display type signature for local bindings in where clauses
Open
component: ghcide-type-lenses
type: enhancement
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 12
Description
Reminded by https://github.com/haskell/haskell-language-server/issues/2019#issuecomment-1144528250, I think it would be great to have a configurable plugin to display a signature code lens for local bindings in where clauses.
Please let me know if there has more places need code lenses.
~~Edited: I'll try to pick bindings from [`RenamedSource`](https://hackage.haskell.org/package/ghc-9.0.2/docs/GHC.html#t:RenamedSource), please let me know if there is a more efficient way.~~ Should be TypeCheckedSource.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.