haskell / haskell/haskell-language-server
Display the derived instances while hovering on type constructors and data constructors
Open
type: enhancement
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
## Is your enhancement request related to a problem? Please describe.
No
## Describe the solution you'd like
Display the derived instances while hovering on type constructors and data constructors.
For example, for `data A = A deriving Show; a = A`, it would be great to display it derived the `Show` while hovering over all `A`s
## Describe alternatives you've considered
Not sure if there is a better way to show these instances
## Additional context
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.