vscode-extension-for-zowe
vscode-extension-for-zowe copied to clipboard
Copy Paste Multiple Datasets
As a ZE User, I would like to have the capability of copy and pasting multiple datasets and dataset members inside another dataset.
Goal:
- Copy/Paste multiple DS and members within 1 profile
- [Stretch] Copy/Paste multiple DS and members across different profiles
- Scenario:
- PDS members to PDS members
- IF there's a mix (Seq, PDS and PDS members) then that will not be allowed. An error message will be displayed or filter the selection to just PDS members and notify the user if other datasets are not copied.
- Mimic the CLI
Possible UX:
- The user will select multiple DS and members
- Right-Click > Copy
- Right-Click on another DS/PDS > Paste
- All selected items are copied to the new DS
- This will only cover copy. Move is not part of our acceptance criteria
- Can we use Ctrl + C and Ctrl + V?
Note: Same UX goes for the Stretch but you are just copying it to a different profile
Thank you for raising this issue. The community has 30 days to upvote 👍 the issue. If it receives 10 upvotes, we will move it to our backlog. If not, we will close it.
By resolving the issue https://github.com/zowe/vscode-extension-for-zowe/issues/1957 might also get resolved. We need to check after the solution is merged.