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

After disabling, then reenabling HIE, VS Code autocomplete isn't working

Open dgh1000 opened this issue 4 years ago • 1 comments

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 reenabled the Haskell Language Server, autocomplete isn't working. There are no suggestions for complete and ctrl-space just says "no suggestions."

VS Code version: 1.44.0 Haskell Language Server plugin: don't know how to find version HIE installed with stack: don't know how to tell; was downloaded recently GHC version: 8.6.5

dgh1000 avatar Apr 09 '20 22:04 dgh1000

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 and see more diagnostics. These logs are helpful, too.

fendor avatar Apr 10 '20 10:04 fendor