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 还没有评估数据。