This is a column copy/paste extension.
This extension has only one feature: copy multiline column then paste into multiline.
You can use column mode to select multiline and then paste the content into these lines.
ctrl+alt+v "column paste"
Select multiline content and press ctrl+c to copy, then select one line or multiline with column mode and press ctrl+alt+v to paste.
add multiline repete copy/paste feature. Notice when copying multiple selected lines, they will be copied sequentially in order until all selected lines are processed. The process will stop once all the selected lines are processed. If the number of selected lines is fewer than the number of lines to be copied, the result will not copy all the lines. details. Thanks to aith85.
fix an issue in new version 1.75.0 as the vscode team add a guard for insertSnippet(this issue). Thanks to Scorg.
fix an issue that if a text contains '$' that the vscode will treat it as a variable then it cannot be paste successfully(see this issue). Thanks to Draught3d.
add a new paste command(ctrl+shfit+v) for vertial alignment. Thanks to icetbr
add a description
fix some bug see changelog
change readme
Initial release of columnpaste
Enjoy!