-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
From: microsoft/vscode#22977
TypeScript Version: 2.2.1
Code
a.ts
export const abc = 123b.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
hoovercj
Metadata
Metadata
Assignees
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue