Closed
Description
I am really enjoying the 0.2.1 release but it introduces a fairly annoying QoL issue.
import qualified Data.Map as M
foo = M.<trigger autocomplete>
Expected behavior: Complete exports of Data.Map.
Actual behavior: Complete unqualified values in scope.
In 0.2.0 the expected behavior happens for me.
Minor side note, it might be nice to have ModuleIdent.
be a autocompletion trigger. Should I create a seperate feature request issue for this?