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

quickopen: lookup files in search.exclude locations #39484

Closed
unional opened this issue Dec 3, 2017 · 5 comments
Closed

quickopen: lookup files in search.exclude locations #39484

unional opened this issue Dec 3, 2017 · 5 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality search Search widget and operation issues

Comments

@unional
Copy link

unional commented Dec 3, 2017

  • VSCode Version: 1.18.1

search.exclude filter out files and keep the search clean. That's great.

However, at times I wanted to look for files at those locations and have to either locate the file manually from the folder or change the search.exclude value just to look for that file.

Would be great if we can have a command that can search at all locations or search at all excluded locations.

use cases

  • Look at transpiled file otherwise excluded from searches normally.
  • Open files in node_modules to place breakpoint there for debugging
  • Open files in node_modules where currently F12 always point to the typings files.
@vscodebot vscodebot bot added the search Search widget and operation issues label Dec 3, 2017
@roblourens
Copy link
Member

There is a button to support this already - in the search viewlet, click the ... button to expand the details section, and see the toggle button in the 'files to exclude' box which will disable the exclude settings. Anything else would be covered by #20530

@roblourens roblourens added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 3, 2017
@unional
Copy link
Author

unional commented Dec 4, 2017

That's not what I'm asking. I'm asking for this:
image
And have a way to find all files.

@roblourens
Copy link
Member

Oh, got it. We did discuss adding a matching button in quick open. I don't know of an existing issue.

@roblourens roblourens reopened this Dec 4, 2017
@roblourens roblourens added feature-request Request for new features or functionality and removed *duplicate Issue identified as a duplicate of another issue(s) labels Dec 4, 2017
@roblourens roblourens changed the title feature: lookup files in search.exclude locations quickopen: lookup files in search.exclude locations Dec 19, 2017
@chrmarti
Copy link
Collaborator

chrmarti commented Jan 4, 2018

/duplicate of #15604

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 4, 2018
@vscodebot
Copy link

vscodebot bot commented Jan 4, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Jan 4, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality search Search widget and operation issues
Projects
None yet
Development

No branches or pull requests

3 participants