haskell / haskell/haskell-language-server
Signature Help should provide signature in the `do` notation
Open
component: hls-signature-help-plugin
Hackathon
type: enhancement
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
It looks like no signature help is provided when the AST node is in a `do` notation block:
You can see in the logs, the rules were triggered, but no signature help was provided.
If I change the code in question to not use `do`-notation, then signature help works as expected:
Happened on GHC 9.10.3
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.