Feature request Say I start writing: ```haskell import Data.Map ( ``` I'd like to have autocomplete that proposes what I can import from this module, with its doc/type signature. This is a common feature in other module-based programming languages IDE/LSP.