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

Every time I get to press `Enter` (or `Tab`) in order to finish my autocomplete within Atom, the HIE plugin seems to not substitute the whole name, but also even...

type: bug
editor: atom

``` Expected Right "```haskell\nhead :: [a] -> a\n```\nExtract the first element of a list, which must be non-empty.\n\n[More info](https://hackage.haskell.org/package/base/docs/Prelude.html#v:head)" but got Right "```haskell\nhead :: [a] -> a\n```\n. Extract the first...

type: bug
testing

Here is the output from log: ``` 2020-02-25 15:50:24.185400354 [ThreadId 4] - run entered for hie-wrapper(hie-wrapper) Version 1.1, Git revision 91422e95459130633905ab619772150860b2da2d (3793 commits) x86_64 ghc-8.8.2 2020-02-25 15:50:24.185751944 [ThreadId 4] -...

type: bug
can-workaround
component: cabal-helper

``` 2020-02-04 19:52:42.9639947 [ThreadId 3] - ---> {"jsonrpc":"2.0","id":394,"method":"textDocument/references","params":{"textDocument":{"uri":"file:///c%3A/Users/flip111/haskell/cabal/cabal-install/Distribution/Client/ProjectPlanning.hs"},"position":{"line":1416,"character":16},"context":{"includeDeclaration":true}}} 2020-02-04 19:52:42.9639947 [ThreadId 25] - ****** reactor: got message number:461 2020-02-04 19:52:42.9639947 [ThreadId 25] - reactor:got FindReferences:RequestMessage {_jsonrpc = "2.0", _id =...

type: bug
can-workaround
component: cabal-helper

Open Haskell IDE Engine `app/MainHie.hs` with the implicit stack cradle and an error should be produced, such as `cannot satisfy -packge haskell-ide-engine-`. cc @Gurkenglas

type: bug
can-workaround

hie works fine on all modules in my project except one. I see this in logs (`--debug --vomit`): ``` 2019-12-12 22:46:12.402861 [ThreadId 4] - ---> {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{ **MY MODULE HERE** 2019-12-12...

type: bug

```bash $ git https://github.com/haskell/network.git $ code network ``` Then from VSCode open `Network/Socket/Posix/CmsgHdr.hsc` Got a problem reported: ```json { "resource": "/qw/ews/network/Network/Socket/Posix/CmsgHdr.hsc", "owner": "Haskell HIE (network)", "severity": 8, "message": "target ‘/qw/ews/network/Network/Socket/Posix/CmsgHdr.hsc’...

```bash > .\cabal-hie-install help ******************************************************************************** No ghc installations found in $PATH. The script requires at least one ghc in $PATH to be able to build hie. ******************************************************************************** No ghc installations...

type: bug
type: enhancement
good first issue

I've set up HIE to work alongside coc.nvim, everything seems to work pretty well together, with the exception of autocompletion for type signatures. A picture is probably worth a thousand...

type: bug
editor: (neo)vim

See https://code.visualstudio.com/remote-tutorials/containers/how-it-works "The remote container extension uses the files in the .devcontainer folder, namely devcontainer.json and an optional Dockerfile or docker-compose.yml, to create your dev containers. First your image is...

help wanted
editor: vscode