Skip to content

No completions in an object binding pattern #2676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DanielRosenwasser opened this issue Apr 8, 2015 · 0 comments
Closed

No completions in an object binding pattern #2676

DanielRosenwasser opened this issue Apr 8, 2015 · 0 comments
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@DanielRosenwasser
Copy link
Member

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.

@danquirk danquirk added the Bug A bug in TypeScript label Apr 9, 2015
@mhegazy mhegazy added this to the TypeScript 1.6 milestone Apr 9, 2015
@DanielRosenwasser DanielRosenwasser added the Fixed A PR has been merged for this issue label Jun 25, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

3 participants