haskell / haskell/haskell-language-server
Hover on inner signature gives confusing information
未關閉
component: ghcide
type: enhancement
- 主要語言
- Haskell
- 星號
- 3k
- 分支
- 455
- 平均合併
- 2 天 19 小時
- 30 天內合併 PR
- 11
描述
Hovering on the *signature* of `inner` in the following sample, gives the signature of `outer`. Hovering on the *definition* of `inner` gives the correct signature of `inner`.
````haskell
outer :: Bool
outer = undefined where
inner :: Char
inner = undefined
````
Tests in haskell/ghcide#311.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。