Haskelly
Haskelly copied to clipboard
Autocompletion for qualified imports not properly working
when I type T.Tex and hit enter for autocompletion, I get T. T.Text instead of T.Text
see:
https://cl.ly/3q0z0c0H0325
Is this still a problem?
I'm afraid so. I had the following code:
import qualified Data.Map.Strict as Map
- On a new line I then type
Map.and a list with auto-complete suggestions pops up. - From the list I select
Map.lookupand press Enter.
I end up with Map.Map.lookup instead of just Map.lookup.
(Visual Studio Code 1.24.0, Haskelly 0.5.4.)