Open ulugbekna opened 3 years ago
I usually get this diagnostic when I've forgotten to open something. I'm not sure how helpful it would be to offer to create the missing module. Finding the appropriate module to open would be pretty neat though.
@jfeser thanks for your input! I guess we can offer various quickfixes for this problem
When we have
Unbound module M
-like diagnostic, we can offer user to fix the error bym.ml
(most useful quickfix because we replace several user actions with one)M
somewhere (before the current binding, outside current module, or put the module in clipboard (but that should happen on explicit user's consent to not overwrite other important info in the clipboard))Other suggestions?
If you want to work on this, please comment on this issue, preferably with ETA.