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

Code competion doesn't work when packages are imported with "as" #1

Closed jpotecki closed 7 years ago

jpotecki commented 7 years ago

Code competion doesn't work when packages are imported with "as"

e.g.: import Data.List as DL then when typing f = DL. won't give any auto-completion.

martrik commented 7 years ago

I need to check this issue directly into the terminal using Intero to check if it's an issue with the package. If so, we'll raise the issue to Intero's repo.