gleam
gleam copied to clipboard
unqualified import completion
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
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
Thanks - This is awesome!