Skip to content

No completions in an object binding pattern #2676

@DanielRosenwasser

Description

@DanielRosenwasser
interface I {
    x: number;
    y: string;
}

var foo: I;
var { /*1*/ } = foo;

Request completion at marker 1.

Expected: x and y are completion items.
Actual: No completions available.

Metadata

Metadata

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions