gleam icon indicating copy to clipboard operation
gleam copied to clipboard

unqualified import completion

Open Acepie opened this issue 1 year ago • 1 comments

Closes #2892

Checks existing imports in the current module to see what is already imported and then looks through the importing module to find everything else that is importable from that module

Acepie avatar Apr 28 '24 01:04 Acepie

Ok worked on this a bit and got something that works pretty nicely overall

https://github.com/gleam-lang/gleam/assets/5996838/e013d665-680f-4f34-99ff-aa2b4127ff5b

Acepie avatar Apr 29 '24 13:04 Acepie

Thanks - This is awesome!

inoas avatar May 17 '24 11:05 inoas