haskell-language-server icon indicating copy to clipboard operation
haskell-language-server copied to clipboard

Show information on installed package versions

Open VeryMilkyJoe opened this issue 1 year ago • 1 comments

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.

VeryMilkyJoe avatar Oct 10 '24 11:10 VeryMilkyJoe

I'll work on this.

lucalabs-de avatar Oct 11 '24 08:10 lucalabs-de