vscode-multiclip
vscode-multiclip copied to clipboard
Multiple clipboards for VSCode
vscode-multiclip
Multiple clipboards for Visual Studio Code
Description
Override the regular Copy and Cut commands to keep selections in a clipboard ring. Also adds the
ability to copy several blocks of text into a single copy buffer.
Commands
- Copy (
Cmd+con OSX orCtrl+con Windows and Linux) - Merge-Copy (
Cmd+Shift+con OSX orCtrl+Shift+con Windows and Linux) - Cut (
Cmd+xon OSX orCtrl+xon Windows and Linux) - Merge-Cut (
Cmd+Shift+xon OSX orCtrl+Shift+xon Windows and Linux) - Select clipboard to paste (
Cmd+Alt+von OSX orCtrl+Alt+von Windows and Linux) - Paste and cycle through clipboard items (
Cmd+Shift+von OSX orCtrl+Shift+von Windows and Linux)
Configuration
multiclip.bufferSizeMaximum number of item to keep in the multiclip buffermulticlip.formatAfterPasteSpecify if text should be formatted after pasting (disabled by default)
Installation
- Install Visual Studio Code (1.7.0 or higher)
- Launch Code
- From the command palette
Ctrl-Shift-P(Windows, Linux) orCmd-Shift-P(OSX) - Select
Install Extension - Choose the extension
Multiple clipboards for VSCode - Reload Visual Studio Code
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Requirements
Visual Studio Code 1.7
Credits
License
MIT