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

navigation in sidebar, and image state memory #124065

Closed
altruios opened this issue May 17, 2021 · 5 comments
Closed

navigation in sidebar, and image state memory #124065

altruios opened this issue May 17, 2021 · 5 comments
Assignees
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues *out-of-scope Posted issue is not in scope of VS Code
Milestone

Comments

@altruios
Copy link

I would like to be able to use the arrow keys to navigate in the sidebar with the files...
I want to be able to hold the down arrow button and scroll through files selected, selecting the highlighted file.
in the case of images, if there was a sequence of them, I want to by scrolling through the files, as a poor man's preview of a rendering, for programmatically rendering sequences of images, having this featuer in vscode instead of another application is just one more step into pure holistic integration.

In addition to scrolling though files:
another great addition would be the basic feature of image zoom memorization, where zoom value is retained across images, on a toggle/button/menu checkbox, this is useful for debugging tiny details on large programmatically generated images.

@mjbvz
Copy link
Collaborator

mjbvz commented May 19, 2021

One issue per issue please

@isidorn Assigning you since the first part of this looks explorer related

@mjbvz mjbvz assigned isidorn and unassigned mjbvz May 19, 2021
@altruios
Copy link
Author

Aye, apologies for the two in one. They just happened to be related in the current project I am working on :)

@isidorn
Copy link
Contributor

isidorn commented May 20, 2021

@altruios we support that you arrow down through the explorer and that you can press the space key to open a file in the editor and remain focused in the explorer.

Apart from that we do not plan to change that scrolling down automatically opens file in the explorer.
Though it is a fair feature request, so I can leave this open and assign to backlog.

@isidorn isidorn added feature-request Request for new features or functionality file-explorer Explorer widget issues labels May 20, 2021
@isidorn isidorn added this to the Backlog milestone May 20, 2021
@altruios
Copy link
Author

aye, I was unaware of the space key's function - could it be a feature that the space key, when held down, automatically opens the file to which the arrow navigates?

@isidorn isidorn added the *out-of-scope Posted issue is not in scope of VS Code label Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

4 participants
@isidorn @mjbvz @altruios and others