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

sticky scroll for treeviews #198165

Closed
cognominal opened this issue Nov 14, 2023 · 2 comments
Closed

sticky scroll for treeviews #198165

cognominal opened this issue Nov 14, 2023 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@cognominal
Copy link

cognominal commented Nov 14, 2023

aticky scroll has become an invaluable way to understand the place of the current syntactical construct in the source hierarchy in the current editor.

I miss it a lot in the explorer tree view for deep workspaces like vscode itself. There are some treadoffs. If the treeview is not high enough, the sticky part would take too much place. With a large enough treeview, the view could bundle dirs.

Suppose the two first lines are sticky :

+ dir
+ | subdir
    file1

could be represented giving place for another file in the non sticky part

+ dir / subdir
  file1
  file2

If more lines are taken by the sticky parts than the non sticky one. Stickiness should be ignored.

@gjsjohnmurray
Copy link
Contributor

/duplicate of #161207 which is on the current milestone.

@vscodenpa vscodenpa added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 14, 2023
@vscodenpa
Copy link

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 similar existing issues. See also our issue reporting guidelines.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Nov 14, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 29, 2023
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)
Projects
None yet
Development

No branches or pull requests

4 participants