Multiple clipboards for Visual Studio Code
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.
- 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)
- Install Visual Studio Code (0.10.1 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
- 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
Visual Studio Code v0.10.x (November 2015)
0.0.4 - 2016-03-27
- Add command to clear the clipboard items
- Add command to paste and cycle through clipboard items (solve issue #3)
0.0.3 - 2016-01-19
- Don't add same text or empty text to buffer (thanks @windwp)
0.0.2 - 2016-01-14
- Fix keybindings for Windows and Linux
- Override the regular Copy and Cut commands to keep selections in a clipboard ring