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

add setting to collapse outline view #107273

Closed
adil-s opened this issue Sep 23, 2020 · 5 comments
Closed

add setting to collapse outline view #107273

adil-s opened this issue Sep 23, 2020 · 5 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality outline Source outline view issues
Milestone

Comments

@adil-s
Copy link

adil-s commented Sep 23, 2020

currently, whenever a file is open in vs code editor, all nodes of outline view tree are expanded which is not screen reader friendly.
I request you to add setting to control this behaviour. so, whenever I open the file in VS code, outline view tree nodes are collapse.
there is another little annoying behaviour for screen reader as well.
when arrowing in outline tree view, NVDA keeps saying, "not selected node name". but it kinds of annoys me. as I know, outline view doesn't have any special meaning for selection. I.E. you could delete the selected.

@isidorn

@vscodebot
Copy link

vscodebot bot commented Sep 23, 2020

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@isidorn
Copy link
Contributor

isidorn commented Sep 23, 2020

Assigning to @jrieken for the setting to contorl the expansion of the outline.
I would personally think that a command would be better such that the user can assign a keybdining to it and hopefully we preserve the expansion state

As for the "not selected" that is a tree behavior. We had a lot of discussions here #91061

@jrieken jrieken added *duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality outline Source outline view issues labels Sep 23, 2020
@jrieken
Copy link
Member

jrieken commented Sep 23, 2020

This is a duplicate. Unfortunately, I don't recall the exact issue number nor its title 😳 Anyways, searching for issues with the same labels will likely help you 👉
https://github.com/microsoft/vscode/issues?utf8=✓&q=is%3Aopen+label%3Afeature-request+label%3Aoutline

@jrieken jrieken added this to the Backlog milestone Sep 23, 2020
@isidorn
Copy link
Contributor

isidorn commented Sep 23, 2020

Here's the issue for reference #53262

@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2020
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 outline Source outline view issues
Projects
None yet
Development

No branches or pull requests

4 participants
@jrieken @isidorn @adil-s and others