haskell-ide-engine
haskell-ide-engine copied to clipboard
Type definition (and goto) does not work reliably
Getting type definition and jumping to the definition both often does not work.
After deleting ~/.cache/hie-bios
I can jump to definitions only in the same file, but still cannot see types at all.
These two are the most basic features anyone would expect from an IDE.
Only showing documentation is currently usable, but that's not the same, especially since it doesn't give me any information about expressions.
I was told this is related to hie-bios. Are there no feature regression tests?
I tried both with https://github.com/neoclide/coc.nvim and https://github.com/autozimu/LanguageClient-neovim
@hasufell I am facing the same problem using Coc
(not using LanguageClient
).
Is there any solution?
Most features work, but not the following: Type Definition, Go To Definition (to functions in other files), and Go To Implemetation.
The error message on the first case is [coc.nvim] Type definition not found
.
I inform that I have followed the steps on HIE ReadMe.md for completion.