File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ A Visual Studio Code extension for [cht.sh](https://cht.sh/).
2626 - ${query} - the snippet query (search text)
2727 - ${index} - the index of the snippet (e.g. 2 for the third answer)
2828- ` insertWithDoubleClick ` : insert snippet with double click.
29+ - ` showCopySuccessNotification ` : Whether to show a notification after the snippet is copied to the clipboard.
2930
3031## Installation
3132
@@ -109,6 +110,12 @@ You can configure a keyboard shortcut. By default this is <kbd>⌘ Command</kbd>
109110
110111![ Preview] ( https://raw.githubusercontent.com/mre/vscode-snippet/master/contrib/snippets-storage/delete.gif )
111112
113+ ### Copying a snippet to the clipboard
114+
115+ 1 . Open the Snippets section
116+ 2 . Right click on the snippet that you want to copy
117+ 3 . Select "Copy"
118+
112119### Moving a snippet or a folder
113120
114121You can move snippets or folders in the Snippets view by dragging and dropping them
You can’t perform that action at this time.
0 commit comments