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
After !, ocaml-lsp should offer to complete references, but it offers operators starting with ! (technically fine, but the former behavior is mostly what you want when typing !). If you put a space after ! it works.
An umbrella issue for auto-completion problems:
given
should olsp offer completion? Currently, one can circumvent the problem by using a typed hole
~f:_
will offer suggestions to fill the hole.The text was updated successfully, but these errors were encountered: