haskell / haskell/haskell-language-server
Check types of missing definition in add import quick suggestions
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
### Current behavior:
Even though the type of `toLower` is known from the context (`Char -> Char`), "quick fix" purposes to import functions that, despite having the same name, are known not to be correct type-wise (`Data.Text.Lazy (toLower)` for example).


### Proposed behavior:
When the type of the undefined function is fully known, filter quick fixes by type.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.