Skip to content
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

Find all references to files #6625

Closed
stereokai opened this issue May 22, 2016 · 3 comments
Closed

Find all references to files #6625

stereokai opened this issue May 22, 2016 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality info-needed Issue requires more information from poster

Comments

@stereokai
Copy link

  • VSCode Version: 1.1.1
  • OS Version: Mac OSX

Feature request:

  1. Right click on file in sidebar
  2. There should be a "Find all references" option
  3. It should display a list of references to that file in the open project
@weinand weinand added the feature-request Request for new features or functionality label May 22, 2016
@jrieken
Copy link
Member

jrieken commented May 23, 2016

It should display a list of references to that file in the open project

@stereokai Do mean a file references, like a TypeScript import statement or references from all symbols of a file to the whole project? How should it behave with symbols that don't need to correspond to their filenames, like C# namespaces?

@jrieken jrieken added the info-needed Issue requires more information from poster label May 23, 2016
@jrieken
Copy link
Member

jrieken commented May 31, 2016

@stereokai Please provide the requested information

@jrieken jrieken closed this as completed May 31, 2016
@stereokai
Copy link
Author

@jrieken I missed your reply!

I am not sure what you mean by symbols. What I meant was files used in ES6/TypeScript import statements. Maybe at a later stage, also paths in strings (ie. <img src="path/to/file.jpg">).

Thanks!

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants