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
type point = {
x : int,
y : int,
}
let p = {x : 5, y : 10}
I see the following completions when typing p. in point.res:
But when I got to use p in another file, it doesn't should any completions. When I force the completions to show up it shows me a list of all identifiers VSCode knows about: