Show information on installed package versions #4416
Labels
component: hls-cabal-plugin
Issues related to the hls-cabal-plugin
Hackathon
This issue is suitable for hackathon sessions
type: enhancement
New feature or request
It would be useful to be able to see the installed version for each package dependency in a cabal file.
We could either show this in form of a code lens, or on hover, but we probably want both, seeing that users might turn off code lenses.
For implementing this, we can look at the project's
plan.json
file and simply find the entry wherename
corresponds to the package's name and then show the version of this entry.The text was updated successfully, but these errors were encountered: