We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eecae06 + 0e2e355 commit 8a85b6bCopy full SHA for 8a85b6b
README.md
@@ -26,6 +26,7 @@ The quick and easy way to create and use [Arrow Functions](https://developer.moz
26
- [Arrays](#arrays)
27
- [Functions](#functions)
28
- [Examples](#examples)
29
+- [Settings](#settings)
30
- [About](#about)
31
32
---
@@ -192,6 +193,18 @@ Create a response for `fetch` promise with `afrj` and `afrd`
192
193
194
195
196
+## Settings
197
+
198
+The `editor.snippetSuggestions` setting in vscode `settings.json` will show snippets on top of the suggestion list.
199
200
+```json
201
+"editor.snippetSuggestions": "top"
202
+```
203
204
+⇧ [Back to menu](#menu)
205
206
+---
207
208
## About
209
210
### Built With
0 commit comments