Skip to content

Commit 5837cc0

Browse files
committed
add recommended settings
1 parent ab2324d commit 5837cc0

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
@@ -22,6 +22,7 @@ The quick and easy way to debug your code and styles with [VS Code](https://code
2222
- [Snippets](#snippets)
2323
- [Code](#code)
2424
- [Styles](#styles)
25+
- [Settings](#settings)
2526
- [About](#about)
2627

2728
---
@@ -123,6 +124,18 @@ Below is a list of all available snippets and the triggers of each one. The **$*
123124

124125
---
125126

127+
## Settings
128+
129+
The `editor.snippetSuggestions` setting in vscode `settings.json` will show snippets on top of the suggestion list.
130+
131+
```json
132+
"editor.snippetSuggestions": "top"
133+
```
134+
135+
[Back to menu](#menu)
136+
137+
---
138+
126139
## About
127140

128141
### Built With

0 commit comments

Comments
 (0)