haskell / haskell-ide-engine

The engine for haskell ide-integration. Not an IDE
BSD 3-Clause "New" or "Revised" License
2.38k stars 213 forks source link

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

Open dgh1000 opened 4 years ago

dgh1000 commented 4 years ago

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

fendor commented 4 years ago

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.