haskell / haskell/haskell-language-server
HLS does not suggest Data.ByteString.Internal for possible imports
Open
status: in discussion
type: bug
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
GHC 9.2.4
HLS 1.8
I write the following in a file:
```haskell
foo = c2w
```
Expected behavior is a code action for importing `c2w` from `Data.ByteString.Internal`, instead I receive no hint...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.