-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Support multi-selection in Tree View #9074
Labels
help wanted
issues meant to be picked up, require help
vscode
issues related to VSCode compatibility
Comments
vince-fugnitto
added
help wanted
issues meant to be picked up, require help
vscode
issues related to VSCode compatibility
labels
Feb 19, 2021
This was referenced Sep 10, 2021
Closing in favor of #10102. |
tsmaeder
added a commit
to tsmaeder/theia
that referenced
this issue
Jan 18, 2023
Fixes eclipse-theia#9074 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
1 task
tsmaeder
added a commit
to tsmaeder/theia
that referenced
this issue
Jan 19, 2023
Fixes eclipse-theia#9074 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
1 task
tsmaeder
added a commit
to tsmaeder/theia
that referenced
this issue
Jan 23, 2023
Fixes eclipse-theia#9074 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
issues meant to be picked up, require help
vscode
issues related to VSCode compatibility
Support multi-selection of tree items in Tree View.
Feature Description:
Feature should allow selecting more than 1 item in tree view using Ctrl + Click on the relevant items.
Can be added as a property of TreeViewOptions like in vscode api:
canSelectMany?: boolean
Whether the tree supports multi-select. When the tree supports multi-select and a command is executed from the tree, the first argument to the command is the tree item that the command was executed on and the second argument is an array containing all selected tree items.
The text was updated successfully, but these errors were encountered: