azdavis / millet

A language server for Standard ML.
https://azdavis.net/posts/millet
Apache License 2.0
210 stars 12 forks source link

Complete inside structures #39

Open azdavis opened 1 year ago

azdavis commented 1 year ago

Problem

structure S = struct
  open Int
  val f = toSt
  (* this should complete to toString, from opening Int *)
end

Solution

Make completions work better inside structure and functor bodies.