fendor
fendor
Opening setup.hs is not supported, so that is expected
> I'm wondering if there is any way to make the documentation work globally not just inside projecs? I assume so, but currently it is only supported in projects.
I am also in favour of maintaining monthly releases. Especially in this month, a lot has happened and I estimate that users will still use the same tools for the...
It is a goal, e.g. in `ghcide` (I think it is already implemented there) which `hls` is built on top of, and `hls` will be the successor to `hie`.
Please provide some logs! See https://github.com/alanz/vscode-hie-server#investigating-and-reporting-problems for vscode logs. Also, you can invoke `hie-wrapper --debug .` in the root of your project to attempt to load every source file into...
> * HIE must be built using the same version of GHC as is installed on the system. (Is this actually true? Or is it possible to tell HIE to...
See #1697. Test-suite fails and no one figured out why, yet.
If you mean to invoke hsimport with your own input, not just the generated code-action, then I think there is currently no way. But it would be a nice feature...
Our hsimport plugin uses the local hoogle db. E.g., when you dont see a message in your lsp logs that there is no hoogle db, it should be working. The...
No, with local I mean on your device. So, no remote requests.