Skip to content

"Find All References" For Required File #14780

Description

@mjbvz

From: microsoft/vscode#22977

TypeScript Version: 2.2.1
Code

a.ts

export const abc = 123

b.ts

import {abc} from './a'

Send a references command to the TSServer for the ./a in b.ts

Expected behavior:
Returns results for all places where a.ts is imported or required

Actual behavior:
No results returned

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    FixedA PR has been merged for this issueSuggestionAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issue

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions