haskell / haskell/haskell-language-server
HLS suggests adding language extensions on terms with the same name (revisit after #1390)
Open
component: hls-pragmas-plugin
status: blocked
type: bug
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 12
Description
```haskell
test = EmptyCase
```
Hovering over `EmptyCase` suggests `Add "EmptyCase"`, which adds `{-# LANGUAGE EmptyCase #-}`.
This happens even if `EmptyCase` is out of scope.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.