haskell / haskell/haskell-language-server
Inlay hints for types of holes in terms
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
When you have a _ hole in a haskell program, it would be nice if HLS rendered the expected type
I.e. if you could see ``(`` _x ``:: Bool)`` similar to the type signature suggestions below.

This only really saves having to hover over the text to read the diagnostic.

I probably wouldn't want this in the situation where a type is already attached however (e.g. if I already wrote ``(_ :: Bool)``)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.