Closed
Description
Given the following record in point.res:
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:
Opening Point
has no effect on this behaviour.
Metadata
Metadata
Assignees
Labels
No labels