Skip to content

Missing references for Lodash named imports #33489

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
OliverJAsh opened this issue Sep 18, 2019 · 0 comments
Open

Missing references for Lodash named imports #33489

OliverJAsh opened this issue Sep 18, 2019 · 0 comments
Labels
Bug A bug in TypeScript Domain: Refactorings e.g. extract to constant or function, rename symbol
Milestone

Comments

@OliverJAsh
Copy link
Contributor

TypeScript Version: 3.6.3

Search Terms:

Code

// a.ts
import { negate } from 'lodash';

negate(() => true);
// b.ts
import { negate } from 'lodash';

negate(() => true);

Activate "find references" on negate in either file.

Expected behavior:

References in both a.ts and b.ts + definition are found.

Actual behavior:

References only in the current file + definition are found

image

Playground Link:

Related Issues: #33017

@RyanCavanaugh RyanCavanaugh added Bug A bug in TypeScript Domain: Refactorings e.g. extract to constant or function, rename symbol labels Sep 25, 2019
@RyanCavanaugh RyanCavanaugh added this to the Backlog milestone Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Domain: Refactorings e.g. extract to constant or function, rename symbol
Projects
None yet
Development

No branches or pull requests

2 participants