Skip to content

Suggest structure literal for Cell<SomeType> field value #84

@Kaladin13

Description

@Kaladin13
Image

If we have

struct A {
  v1: int
  v2: int
}

struct B {
  aForceRef: Cell<A>
}

then when I type

val b: B = {
aForceRef: ??
}

it should suggest struct A to fill

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions