VeryMilkyJoe
VeryMilkyJoe
Related to #3695. Closes #3595. When a cradle error occurs that the current module is unknown, we now offer code actions for each possible field to add the module to...
Cabal completion seems to not be able to complete anything inside if statements. Here, the default completion for vscode is suggested inside an if conditional, when it should be the...
At the moment, codeactions (PR: #3273) in cabal files put a cursor at the end of the misspelled word and then suggest any possible completions. This is not ideal, since...
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,...
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...
When writing cabal files, developers often don't know the actual specification and it is tedious to have to look up the field names and which kinds of values to write...
For diagnostics complaining about the current haskell module being unknown, we now offer all possible code actions to add the module to a field in the responsible cabal file. Additionally,...
It would be nice to have language server support for `cabal.project` files in the same manner as we provide for `.cabal` files. My idea is to create a `hls-cabal-project-plugin` which...