haskell / haskell/haskell-language-server
Incremental search in import suggestion
Open
can-workaround
component: imports plugin
type: enhancement
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
Currently, VSCode HLS suggests missing import in the following manner:

For now, one can push the prefix of each item of pulldown to select, but many of items share the long prefix such as `import qualified ...` or `add imports ...`.
It might be good if one can filter-out the candidate by *module name*.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.