Inlay hints for types of holes in terms #3228
Labels
status: blocked
Not actionable, because blocked by upstream/GHC etc.
type: enhancement
New feature or request
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)
)The text was updated successfully, but these errors were encountered: