We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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.
negate
Expected behavior:
References in both a.ts and b.ts + definition are found.
a.ts
b.ts
Actual behavior:
References only in the current file + definition are found
Playground Link:
Related Issues: #33017
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TypeScript Version: 3.6.3
Search Terms:
Code
Activate "find references" on
negate
in either file.Expected behavior:
References in both
a.ts
andb.ts
+ definition are found.Actual behavior:
References only in the current file + definition are found
Playground Link:
Related Issues: #33017
The text was updated successfully, but these errors were encountered: