-
-
Notifications
You must be signed in to change notification settings - Fork 399
Open
Labels
HackathonThis issue is suitable for hackathon sessionsThis issue is suitable for hackathon sessionscomponent: hls-cabal-pluginIssues related to the hls-cabal-pluginIssues related to the hls-cabal-plugintype: enhancementNew feature or requestNew feature or request
Description
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 where name
corresponds to the package's name and then show the version of this entry.
July541
Metadata
Metadata
Assignees
Labels
HackathonThis issue is suitable for hackathon sessionsThis issue is suitable for hackathon sessionscomponent: hls-cabal-pluginIssues related to the hls-cabal-pluginIssues related to the hls-cabal-plugintype: enhancementNew feature or requestNew feature or request