haskell / haskell/haskell-language-server
Check types of missing definition in add import quick suggestions
- 主要語言
- Haskell
- 星號
- 3k
- 分支
- 455
- 平均合併
- 2 天 19 小時
- 30 天內合併 PR
- 11
描述
### 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.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。