-
Notifications
You must be signed in to change notification settings - Fork 92
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
Multi-selection support for all applicable functionalities #1286
Comments
Multi-delete of DS + members will be completed with this PR: #1323 |
MVP:
|
Note: Drag and drop is not possible now, but may soon be available! It's in the "proposed" API for VSCode, but not in the currently-released stable version. I am not sure when it would be released into the stable version, but it is currently in the "feedback-gathering" phase. It can be tested out in any project by importing the Nightly build of VSCode's API. But we can't release an extension using that version of the API, because the Microsoft team considers it unstable :) |
Connected Discussion: #1130 |
Make this into an EPIC and break it to smaller stories: Data set tree: |
For reference, VSC issue about drag and drop on tree views: microsoft/vscode#32592 |
Drag and Drop is part of the Nov 2021 plan: microsoft/vscode#136630 |
Allow multi-selection of PDS members in the dataset tree. This will allow the user to perform the following:
This may involve UX
The text was updated successfully, but these errors were encountered: