Skip to content

VSCode compatibility: Find-all-references not working for special reference kinds #14073

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

Open
ghost opened this issue Feb 14, 2017 · 1 comment
Labels
Bug A bug in TypeScript
Milestone

Comments

@ghost
Copy link

ghost commented Feb 14, 2017

TypeScript Version: nightly (2.2.0-dev.20170214)

Code

label: while (true) {
    break label;
}

function f(x: "abc") {}
f("abc");

const x: number;
const y: number;

In VSCode, find-all-references does not work for label, "abc", or number. But document highlights does work for label and number.

Similar to #13846, but that issue is for Visual Studio.

@mhegazy mhegazy added the Bug A bug in TypeScript label Feb 15, 2017
@mhegazy mhegazy assigned ghost Feb 15, 2017
@mhegazy mhegazy added this to the TypeScript 2.3 milestone Feb 15, 2017
@mhegazy mhegazy modified the milestones: Future, TypeScript 2.4 May 11, 2017
@RyanCavanaugh RyanCavanaugh unassigned ghost Jul 17, 2019
@Andarist
Copy link
Contributor

All 3 of the mentioned ones seem to work alright today, cc @jakebailey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript
Projects
None yet
Development

No branches or pull requests

2 participants