fendor
fendor
Hi, thank you for your bug report! It is amazing that this issue keeps biting us. I'd be curious whether `cabal build` is *seriously* fine. Since this directory (`C:\Users\user1\AppData\Local\hie-bios\dist-super-duper-long-project-name-api-8be09479ad30bccd6705fcb1123451\`) is...
Hi, thanks for the bug report! Iirc, this feature is implemented by [`retrie`](https://github.com/facebookincubator/retrie). Is this reproducible with `retrie` as well, or only in HLS?
Hi, thank you for your interest! > However, I’m not sure which part of the codebase is responsible for the in-editor highlighting of the matched string (as shown in the...
This is the entry point for the completions https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs#L133 (which is what you see in the screenshot, which is not what this issue is about) and https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal.hs#L135 is the entry...
The easiest way to debug is `traceShowM` and using the logger. You can enable `DEBUG` log messages by passing `--debug` to the `serverExtraArgs` in VSCode. Another good way is to...
Hi, thank you for your bug report! I think this is likely an interaction with `-fdefer-type-errors`, e.g. ``` > ghc -fdefer-type-errors Example.hs [1 of 1] Compiling Example ( Example.hs, Example.o...
Yeah probably, thanks for the reminder!
Closing in favour of #4542
Hi, thank you for your bug report! An even bigger thank you for this awesome analysis! Since you have identified the issue so accurately, would you be up for fixing...
Reviving this issue as I find myself wanting this from time to time and I think a Code Action would work well in this case.