Skip to content

Commit e471fa0

Browse files
committed
add recommended settings
1 parent 81c0e12 commit e471fa0

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
@@ -27,6 +27,7 @@ The quick and easy way to create and use Const & Props with [VS Code](https://co
2727
- [React](#react)
2828
- [React Components](#react-components)
2929
- [Examples](#examples)
30+
- [Settings](#settings)
3031
- [About](#about)
3132

3233
---
@@ -172,6 +173,18 @@ Creating properties on a React component with `rp`, `rpn` and `rpb`
172173

173174
---
174175

176+
## Settings
177+
178+
The `editor.snippetSuggestions` setting in vscode `settings.json` will show snippets on top of the suggestion list.
179+
180+
```json
181+
"editor.snippetSuggestions": "top"
182+
```
183+
184+
[Back to menu](#menu)
185+
186+
---
187+
175188
## About
176189

177190
### Built With

0 commit comments

Comments
 (0)