You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Millet doesn't offer completions, e.g. when typing val x = List. it'd be nice to mention all the things from the List structure, or even just when typing val x = S we could show String, etc as suggestions.
Solution
Implement completions in the LSP spec.
The text was updated successfully, but these errors were encountered:
Problem
Millet doesn't offer completions, e.g. when typing
val x = List.
it'd be nice to mention all the things from theList
structure, or even just when typingval x = S
we could showString
, etc as suggestions.Solution
Implement completions in the LSP spec.
The text was updated successfully, but these errors were encountered: