-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Test: Multi select for editor tabs #213550
Comments
@Thaina Please please create a feature request for this. It is something we considered, but it's very tricky to solve when a user has multiple editor groups. Also, I'm not to sure about syncing with the explorer as it's possible to select a file which is not currently open, so that could lead to some unexpected behaviour |
@benibenj I would like to ask, is it possible or is it have any reason to not do this, or is it intentional to make it like this, or it actually should be and is a bug, before creating the issue for feature request Your argument about file outside of workspace is also a great counter argument for this |
Refs: #119327
Complexity: 4
Create Issue
This month we added support for selecting multiple editor tabs and running some action with them.
How it works:
Ctrl + Click
a tab: Opens the editor as active and the previous opened tab is selected. If it was selected, it unselects the tab if possible.Ctrl + Shift
a tab: Opens the editor as active and selects all editors between the the Anchor editor and the new active tab.Ctrl + Click
to add to the current selection. If the user has only has not pressedCtrl+Click
during with the current selection, then the active editor is the Anchor editorWith
Ctrl + Click
:With
Shift + Click
:Testing:
Ctrl + W
which should close the selected tabsThe text was updated successfully, but these errors were encountered: