File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ A Visual Studio Code extension for [cht.sh](https://cht.sh/).
11
11
* Zero configuration: works out of the box.
12
12
* Automatically detects programming language from current editor window.
13
13
14
+ ## Config options
15
+
16
+ * ` openInNewEditor ` : open snippets or in new editor window (default) in line with current document.
17
+ * ` verbose ` : add comments around code snippets.
18
+
14
19
## Installation
15
20
16
21
Install this extension from the [ VSCode
@@ -28,7 +33,6 @@ Marketplace](https://marketplace.visualstudio.com/items?itemName=vscode-snippet.
28
33
29
34
### Search for snippet based on selected text
30
35
31
-
32
36
1 . Select some text in an editor window.
33
37
2 . Right click and choose "Find snippet from selected text"
34
38
You can’t perform that action at this time.
0 commit comments