Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The quick and easy way to create and use [Arrow Functions](https://developer.moz
- [Arrays](#arrays)
- [Functions](#functions)
- [Examples](#examples)
- [Settings](#settings)
- [About](#about)

---
Expand Down Expand Up @@ -192,6 +193,18 @@ Create a response for `fetch` promise with `afrj` and `afrd`

---

## Settings

The `editor.snippetSuggestions` setting in vscode `settings.json` will show snippets on top of the suggestion list.

```json
"editor.snippetSuggestions": "top"
```

⇧ [Back to menu](#menu)

---

## About

### Built With
Expand Down