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

Support filter text expansion and '/' notation for folders in the breadcrumb #55077

Closed
kieferrm opened this issue Jul 25, 2018 · 3 comments
Closed
Assignees
Labels
breadcrumbs feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code

Comments

@kieferrm
Copy link
Member

Issue Type: Feature Request

This is a complement to #55076 but still independent.

The breadcrumb is not yet optimized for switching to a file in a different folder. When searching for a folder and I have a prefix match RightArrow should expand my filter text with the first highlighted match. Appending '/' should then allow me to continue searching inside that folder. The folder should autoexpand and the matches be highlighted.

VS Code version: Code - Insiders 1.26.0-insider (5fae91d, 2018-07-25T01:56:56.548Z)
OS version: Darwin x64 16.7.0

@jrieken jrieken added the feature-request Request for new features or functionality label Jul 26, 2018
@jrieken
Copy link
Member

jrieken commented Jul 26, 2018

I like, but tricky...

@jrieken
Copy link
Member

jrieken commented Jul 26, 2018

The problem with searching is that we don't know (yet) the child items (for files). It would require integrating file search for that (as we do in quick open)...

@jrieken jrieken added the *out-of-scope Posted issue is not in scope of VS Code label Oct 2, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 2, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breadcrumbs feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

2 participants