purescript-language-server icon indicating copy to clipboard operation
purescript-language-server copied to clipboard

Add ranking for preferred modules

Open natefaubion opened this issue 7 years ago • 2 comments

Right now it uses preferred modules when the same thing is exported from multiple places, but I think we should also rank preferred modules higher even when the exports aren't the same.

natefaubion avatar Mar 13 '18 22:03 natefaubion

Additionally it could also rank modules that are already imported.

natefaubion avatar Mar 13 '18 22:03 natefaubion

And optionally, there could be modules it never considers in case people want to avoid importing such things.

JordanMartinez avatar Mar 23 '22 16:03 JordanMartinez