Skip to content

Commit 4e4c0de

Browse files
committed
update docs
1 parent 16bf69e commit 4e4c0de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

114121
You can move snippets or folders in the Snippets view by dragging and dropping them

0 commit comments

Comments
 (0)