HLS - disabling some suggestions - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Sridhar Ratnakumar

Is it possible to disable these import suggestions for certain imports (Reflex.Dom.Core, Relude, etc..)? image.png

Georgi Lyubenov // googleson78

there was recently this - https://github.com/haskell/haskell-language-server/issues/426

The import lens plugin is cool, however I believe it is not always useful and has some negative impact. Why not always specify exact import lists? I think specific import lists (or qualified import...
Georgi Lyubenov // googleson78

which is not yet implemented afaik, so I doubt more precise control exists

Georgi Lyubenov // googleson78

ah, someone even requested this exact same thing

Sridhar Ratnakumar

Thanks; I just left my comment.