You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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:
I'm using;
The text was updated successfully, but these errors were encountered: