haskell-ide-engine icon indicating copy to clipboard operation
haskell-ide-engine copied to clipboard

The engine for haskell ide-integration. Not an IDE

Results 100 haskell-ide-engine issues
Sort by recently updated
recently updated
newest added

I created a simple stack project with following structure: ``` ├── app │   └── Main.hs ├── ChangeLog.md ├── hie.yaml ├── LICENSE ├── package.yaml ├── README.md ├── Setup.hs ├── simple.cabal ├──...

type: bug
resolution: wontfix

The hover documentation doesn't seem to work on coc.vim (tested with `call CocAction('doHover')` when cursor is on a function like `sum`). Everything else is working fine. `call CocAction('doHover')` also works...

ghcide's errors reporting, hover, goto definition is far more fault tolerant. It still works when started in a file with errors. It is also very snappy. I would argue that...

https://gitlab.haskell.org/ghc/ghc/wikis/hie-files#making-use-of-hie-files-as-a-tooling-developer As a partially informed observer, this seems to be a major helper for things like the IDE engine. Currently the performance of HIE makes it unusable for all but...

I had HIE working fine on VS Code. I temporarily disabled the haskell language server. I might have made other changes to Haskell extensions, but I'm not sure. When I...

It is often rather difficult to get HIE working on Manjaro Linux, for the following reason: * On Manjaro Linux, the only supported versions of software are the latest versions,...

Hello -- Some of the hie features are quite obvious when using nvim with coc... others less so. How would I invoke the `hsimport` plugin using coc? Is there another...

I don't know where I should report this issue, but I'm getting a haskell-lsp error whenever I try to execute an action. For example: * When I try to change...

I'm getting the following error in hie: ``` hie-8.6.5: Data.Text.Internal.Fusion.Common.index: Index too large CallStack (from HasCallStack): error, called at libraries/text/Data/Text/Internal/Fusion/Common.hs:943:24 in text-1.2.3.1:Data.Text.Internal.Fusion.Common ``` This is showing up in the hie:stderr...

type: bug
status: need repro