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+c
on OSX orCtrl+c
on Windows and Linux) - Merge-Copy (
Cmd+Shift+c
on OSX orCtrl+Shift+c
on Windows and Linux) - Cut (
Cmd+x
on OSX orCtrl+x
on Windows and Linux) - Merge-Cut (
Cmd+Shift+x
on OSX orCtrl+Shift+x
on Windows and Linux) - Select clipboard to paste (
Cmd+Alt+v
on OSX orCtrl+Alt+v
on Windows and Linux) - Paste and cycle through clipboard items (
Cmd+Shift+v
on OSX orCtrl+Shift+v
on Windows and Linux)
multiclip.bufferSize
Maximum number of item to keep in the multiclip buffermulticlip.formatAfterPaste
Specify if text should be formatted after pasting (disabled by default)
- 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
- 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 1.7