Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.06 KB

Text Pastry for VS Code

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.

Features

The following commands are added to VS Code by this extension. The default keyboard shortcut to trigger the command pallet is cmd+shift+p

Known Issues

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!

Release Notes

1.3.1

Bugfix: when cancelling out of "Word List" or "Range", don't throw an error

1.3.0

Add "Word List" feature

1.2.0

Add "Paste Lines" feature

1.1.0

Add UUID, A-X range, generic range features

1.0.0

Initial release of Text Pastry for VS Code