Simply Clibboard like jetbrain clipboard
It's like a normal copy and cut.
- window, linux:
ctrl + c
- mac:
command + c
- window, linux:
ctrl + x
- mac:
command + x
There are two ways to paste.
- open clipboard sidebar.
- hover clipboard item that you want copy.
- click copy button.
- open QuickPick with
shift + ctrl + v
orshift + command + v
- select you want copy.
{
// Maximum number of clips to save (default: 200)
clipboard.maximumClips: 200
}