gleam icon indicating copy to clipboard operation
gleam copied to clipboard

proposal: did u mean X module when such a module exists on any of the declared deps

Open sdancer opened this issue 1 year ago • 1 comments

example

import gleam/list
io.debug(1)

current behavior: "did u mean list instead?" searching the current scope proposed behavior: "such a module exists as gleam/io but isn't imported" instead (if one) or list options if many on different folders

sdancer avatar Feb 05 '24 19:02 sdancer

Great suggestion! Thank you

lpil avatar Feb 06 '24 20:02 lpil