The StackCopy project is an VSCode extension that allows you to copy and paste content in a stack structure.
This project is published on VS Code Extensions. You can follow this tutorial to install it.
Search for stackCopy.
Commands | Keyboard shortcut | Description |
---|---|---|
Stack Copy | F1 | Copy the selected text for the first element of the Stack. |
Stack Paste and Pop | F2 | Paste the selected text in the first element of the Stack and remove it. |
Stack Paste and Keep | F3 | Paste the selected text in the first element of the Stack and keep it. |
This project is under MIT LICENSE.