microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.17k stars 28.55k forks source link

multiselect sequence #222374

Open Florian1948 opened 1 month ago

Florian1948 commented 1 month ago

It would be great to have an automatic sequence from x to y with a multiselect, so you can quickly adjust tets, constants, or other variables. It is often the case that you can remove many parts of columns with the multiselect, but it takes a long time to fill them with other values.

IllusionMH commented 1 month ago

Could you please provide more detailed examples of behavior that you expect?

ArturoDent commented 1 month ago

Do you want to tab through selections, so you can add/replace text at each separately? If so, I think you will need an extension to do that like https://marketplace.visualstudio.com/items?itemName=danseethaler.tab-through-selections.