Haskelly icon indicating copy to clipboard operation
Haskelly copied to clipboard

Code completion doesn't work for imports on Windows

Open zbs opened this issue 8 years ago • 0 comments

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:

  1. Installed Haskelly in VS COde
  2. Downloaded stack and added to path
  3. 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

zbs avatar Nov 24 '17 23:11 zbs