Skip to content

Object literals in an assignment pattern do not get completions #3758

@DanielRosenwasser

Description

@DanielRosenwasser

As mentioned by @JsonFreeman in #3698 (comment), completion at the cursor in the following example should list a and b (and I believe with no builder allowed).

let x, y;
let z = { a: 10, b: "20" };
let k = (100, { /**/ } = z, 300);

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: Completion ListsThe issue relates to showing completion lists in an editorHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions