haskell / haskell/haskell-language-server
Show package description on hover for package dependencies
Open
component: hls-cabal-plugin
type: enhancement
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
It would be nice to be able to see a description of a dependency when hovering over that dependency in a cabal file.
Packages already have such a description field, the tricky part of this issue is to extract a given package's description from the correct package database.
We should already have access to the package database, but we would need to be able to decide which package database corresponds to the current cabal file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.