Skip to content

Contextual object literal property name completion not working in call expressions #744

@mhegazy

Description

@mhegazy
declare function f(a: {x: number; }): void;

f({
    | // <- completions here should show "x"
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions