Text Pastry lets you reduce repetitive work and use multiple cursors more effectively in VS Code.
This extension is based on the Text Pastry extension for Sublime Text. From their readme:
If you're familiar with multiple selections, it's pretty straight forward. Place multiple cursors by using [alt+click], open the Command Palette and select Text Pastry From 1 to X. That's it! We've just pasted incrementing numbers.
The following commands are added to VS Code by this extension. The default keyboard shortcut to trigger the command pallet is cmd+shift+p
This project is very barebones at the moment. There are a few basic feature issues - feel free to comment on one if you want to work on it!
Bugfix: when cancelling out of "Word List" or "Range", don't throw an error
Add "Word List" feature
Add "Paste Lines" feature
Add UUID, A-X range, generic range features
Initial release of Text Pastry for VS Code