Haskelly
Haskelly copied to clipboard
Code completion doesn't work for imports on Windows
When I attempt to type "import Data.Map" in VS Code in a new Haskell file, I get to "Data" and the only autocomplete option is "data" (lowercase data). Same issue for any other package I can think of.
Here are all the installation steps I performed:
- Installed Haskelly in VS COde
- Downloaded stack and added to path
- Ran "stack install intero QuickCheck stack-run --install-ghc"
I'm using;
- VSCode Version: Code 1.18.1 (929bacba01ef658b873545e26034d1a8067445e9, 2017-11-16T18:32:36.023Z)
- OS Version: Windows_NT x64 10.0.16299
- Extensions:
| Extension | Author (truncated) | Version |
|---|---|---|
| language-haskell | jus | 2.4.0 |
| python | ms- | 0.8.0 |
| haskelly | UCL | 0.4.27 |