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

Breadcrumbs command to "go up/down" a folder during navigation #77343

Closed
amelio-vazquez-reina opened this issue Jul 13, 2019 · 5 comments · Fixed by #77848
Closed

Breadcrumbs command to "go up/down" a folder during navigation #77343

amelio-vazquez-reina opened this issue Jul 13, 2019 · 5 comments · Fixed by #77848
Assignees
Labels
feature-request Request for new features or functionality good first issue Issues identified as good for first-time contributors help wanted Issues identified as good community contribution opportunities tree-widget Tree widget issues verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@amelio-vazquez-reina
Copy link

Are there any commands in VScode to navigate "up" or "down" (a folder, directly) in a selection in breadcrumbs?

Screen Shot 2019-07-13 at 7 04 55 PM

@vscodebot vscodebot bot added the editor-contrib Editor collection of extras label Jul 13, 2019
@amelio-vazquez-reina amelio-vazquez-reina changed the title Breadcrumbs command to "go up" in the selection Breadcrumbs command to "go up/down" a folder during navigation Jul 13, 2019
@jrieken jrieken added tree-widget Tree widget issues and removed editor-contrib Editor collection of extras labels Jul 22, 2019
@jrieken jrieken assigned joaomoreno and unassigned jrieken Jul 22, 2019
@jrieken
Copy link
Member

jrieken commented Jul 22, 2019

@joaomoreno for what the command id is but pressing ArrowLeft does the job for me

@joaomoreno
Copy link
Member

The command is actually list.collapse. It will collapse a node. If already collapsed, it will select the parent. Should we implement a command to simply select the parent?

@joaomoreno joaomoreno added the feature-request Request for new features or functionality label Jul 23, 2019
@joaomoreno joaomoreno added this to the Backlog milestone Jul 23, 2019
@joaomoreno joaomoreno added good first issue Issues identified as good for first-time contributors help wanted Issues identified as good community contribution opportunities labels Jul 23, 2019
@DiamondYuan
Copy link
Contributor

DiamondYuan commented Jul 23, 2019

I can do this and have a try。

@DiamondYuan
Copy link
Contributor

The command is actually list.collapse. It will collapse a node. If already collapsed, it will select the parent. Should we implement a command to simply select the parent?

i make a PR but not very clear about how primary work.

@joaomoreno
Copy link
Member

Command is list.focusParent, you'll be able to configure a custom key binding when it's out.

@joaomoreno joaomoreno modified the milestones: Backlog, August 2019 Aug 9, 2019
@joaomoreno joaomoreno added the verification-needed Verification of issue is requested label Aug 13, 2019
@isidorn isidorn added the verified Verification succeeded label Aug 27, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 23, 2019
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 good first issue Issues identified as good for first-time contributors help wanted Issues identified as good community contribution opportunities tree-widget Tree widget issues verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants