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

Expand/Collapse VscodeTree on left/right arrow #236

Open
tothambrus11 opened this issue Dec 30, 2024 · 1 comment
Open

Expand/Collapse VscodeTree on left/right arrow #236

tothambrus11 opened this issue Dec 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tothambrus11
Copy link

Currently, the VscodeTree's navigation is a bit inconsistent with Monaco's tree implementation: when an internal node in the tree is selected:

  • pressing right ->
    • if already expanded:
      • if there is a child: select first child
      • otherwise: select next sibling/ancestor
    • otherwise: expand itself
  • pressing left -> ...

The current behaviour is that expanding only works with pressing enter.

@bendera bendera added the bug Something isn't working label Dec 30, 2024
@bendera
Copy link
Member

bendera commented Dec 30, 2024

Fair enough, I'll fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants