// `^|` captures the member-completion list at the cursor position.
const const point: {
x: number;
y: number;
label: string;
}point = { (property) x: numberx: 1, (property) y: numbery: 2, (property) label: stringlabel: "origin" }
const point: {
x: number;
y: number;
label: string;
}point.(property) x: numberx
- label
- x
- y