Skip to content

Commit 82baed7

Browse files
committed
Merge branch 'master' of github.com:snipsnapdev/snipsnap-vscode
2 parents d0a70de + 5e11eed commit 82baed7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,16 @@
4444

4545
## How to search for a snippet?
4646

47+
**Search library's snippets**
4748
- Type your library name, if it's present in the [list](https://github.com/snipsnapdev/snipsnap/tree/master/snippets/javascript) and you have it in your package.json/yarn.lock.
4849
- Navigate through available snippets for your library and select the one you need.
4950
- Use tab in order to switch cursor between highlighted parts of the snippet.
5051

51-
For more information about the project please visit main Snipsnap repository.
52+
**Access Javascript base snippets**
53+
54+
To access base snippets for Javascript just type keyword `base` and you will see the list of available snippets such as import, export, loops, functions etc. All base snippets you can find [there](https://github.com/snipsnapdev/snipsnap/blob/master/snippets/javascript/base/base.json).
55+
56+
**For more information about the project please visit main Snipsnap repository.**
5257

5358
**[Visit documentation](https://github.com/snipsnapdev/snipsnap)**
5459

0 commit comments

Comments
 (0)