Haskelly icon indicating copy to clipboard operation
Haskelly copied to clipboard

Autocompletion for qualified imports not properly working

Open jpotecki opened this issue 8 years ago • 2 comments

when I type T.Tex and hit enter for autocompletion, I get T. T.Text instead of T.Text see: https://cl.ly/3q0z0c0H0325

jpotecki avatar Feb 08 '17 14:02 jpotecki

Is this still a problem?

martrik avatar Dec 20 '17 18:12 martrik

I'm afraid so. I had the following code:

import qualified Data.Map.Strict as Map
  1. On a new line I then type Map. and a list with auto-complete suggestions pops up.
  2. From the list I select Map.lookup and press Enter.

I end up with Map.Map.lookup instead of just Map.lookup.

(Visual Studio Code 1.24.0, Haskelly 0.5.4.)

haerfest avatar Jun 08 '18 10:06 haerfest