haskell / haskell/haskell-language-server
Check types of missing definition in add import quick suggestions
- Lingua principale
- Haskell
- Stelle
- 3k
- Fork
- 455
- Merge medio
- 2g 19h
- PR unite (30g)
- 11
Descrizione
### 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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.