haskelly-dev / Haskelly

Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
https://marketplace.visualstudio.com/items?itemName=UCL.haskelly
GNU General Public License v3.0
152 stars 17 forks source link

Can't see type hover / code autocomplete on library installed with `cabal` #80

Open tercerapersona opened 6 years ago

tercerapersona commented 6 years ago

I would like to integrate Haskelly extension to apply all its features for TidalCycles library (cabal install tidal). Can't see type hover popovers, neither code autocomplete. I come from Python world and couldn't manage to do it. Installed intero using cabal too.

martrik commented 6 years ago

Hello! Haskelly requires intero to be installed using Stack. Please follow the installation guideline and let us know if the issue persists.