haskell / haskell/haskell-language-server
Hover on inner signature gives confusing information
Ouverte
component: ghcide
type: enhancement
- Langage dominant
- Haskell
- Étoiles
- 3k
- Forks
- 455
- Merge moyen
- 2 j 19 h
- PR mergées (30 j)
- 11
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.