haskell / haskell/haskell-language-server
"Add .. to the context of the instance declaration" code action code gen doesn't work with standalone deriving declarations
Open
component: ghcide
component: hls-class-plugin
Hackathon
type: bug
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
It adds the context before the "instance" keyword
e.g.
```haskell
data Bla
deriving instance Eq Bla
deriving instance Eq Bla
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.