rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 94 forks source link

Automatic imports don't work #499

Closed ivnsch closed 4 years ago

ivnsch commented 4 years ago

I seem to be unable to auto import modules. They're in the same (or nested) directory. Project: https://github.com/i-schuetz/dmmf

They don't work anywhere. Just a random example: E.g. https://github.com/i-schuetz/dmmf/blob/master/src/Types/PersonalName.hs#L3

rikvdkleij commented 4 years ago

Thanks for reporting!

What do you mean exactly? What do you expect?

I have cloned your project and opened inside IntelliJ, For me the auto completion on importing project modules works in e.g. PersonalName.hs.

rikvdkleij commented 4 years ago

Took a better look and found a serious bug. Thanks!

ivnsch commented 4 years ago

Thanks for looking again into it @rikvdkleij! I haven't had time.