Skip to content

Commit 8a85b6b

Browse files
authored
Merge pull request #18 from deinsoftware/dev
add recommended settings
2 parents eecae06 + 0e2e355 commit 8a85b6b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The quick and easy way to create and use [Arrow Functions](https://developer.moz
2626
- [Arrays](#arrays)
2727
- [Functions](#functions)
2828
- [Examples](#examples)
29+
- [Settings](#settings)
2930
- [About](#about)
3031

3132
---
@@ -192,6 +193,18 @@ Create a response for `fetch` promise with `afrj` and `afrd`
192193

193194
---
194195

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+
195208
## About
196209

197210
### Built With

0 commit comments

Comments
 (0)