-
Is it possible to get inlay hints for |
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Oct 11, 2023
Replies: 1 comment 1 reply
-
Hey 👋 haskell-language-server doesn't support inlay hints yet (what you see at the top level are code lenses). See haskell/haskell-language-server#2938 It's good practice to use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mrcjkb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey 👋
haskell-language-server doesn't support inlay hints yet (what you see at the top level are code lenses).
See haskell/haskell-language-server#2938
It's good practice to use the
ScopedTypeVariables
extension and add type signatures to let/where bindings.