This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
Stuff like the below is so incredibly not intuitive. The ISPF/EDIT line commands are intuitive. New developers will have no problem.
Copy line down: alt-shift-arrow_down (up for up)
- Move line down: alt-down (up for up)
- Delete line ctrl-shift-k
- ctrl-x for cutting the entire line if nothing is selected with ctrl-v for pasting it
- selecting a range of line for copy/cut: shift-up_arrown or down
Thanks for submitting this idea. I understand that this would make the transition easier and we will evaluate that.
On the other hand this is a new developer experience and VS Code has all these capabilities as well, just using different shortcuts tailored to this editor. All shortcuts can be customized and there are extensions available to support recording macros as well.
Here some out of the box examples related to your list:
- Copy line down: alt-shift-arrow_down (up for up)
- Move line down: alt-down (up for up)
- Delete line ctrl-shift-k
- ctrl-x for cutting the entire line if nothing is selected with ctrl-v for pasting it
- selecting a range of line for copy/cut: shift-up_arrown or down
There are many more and perhaps you will find that VS Code is more powerful. ctrl-k,ctrl-s brings up a searchable list of all shortcuts.
https://code.visualstudio.com/docs/configure/keybindings
Also see this page with examples for multi-cursor editing: https://code.visualstudio.com/docs/editing/codebasics