haskell / haskell/haskell-language-server
Hover on inner signature gives confusing information
Aperta
component: ghcide
type: enhancement
- Lingua principale
- Haskell
- Stelle
- 3k
- Fork
- 455
- Merge medio
- 2g 19h
- PR unite (30g)
- 11
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.