Skip to content

Autocomplete for recursive modules #194

Closed
@shuufi

Description

@shuufi

Hi, some example codes

module rec A: {
    type t

    @send external child: t => B.t = "child"
} = A

and B: {
    type t

    @send external parent: t => A.t = "parent"
} = B

module C = {
    type t

    @send external createA: t => A.t = "createA"
}

Using autocomplete for module C showing the function correctly.
image

But nothing for A and B

image
image

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions