Closed
Description
Your environment
Which OS do you use? Fedora 36
Which version of GHC do you use and how did you install it? GHC 9.4.4 via ghcup
How is your project built (alternative: link to the project)? cabal
Which LSP client (editor/plugin) do you use? nvim_lsp
Which version of HLS do you use and how did you install it? latest master via ghcup
Have you configured HLS in any way (especially: a hie.yaml
file)? no
Steps to reproduce
Reproducer code
module Reproducer where
operation :: [a] -> [b]
operation = List.map
Expected behaviour
HLS used to be able to suggest qualified imports for qualified identifiers
Actual behaviour
HLS is not able to suggest qualified imports for qualified identifiers anymore
Debug information
No idea what to include, please advise.