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.
1 parent 81c0e12 commit e471fa0Copy full SHA for e471fa0
README.md
@@ -27,6 +27,7 @@ The quick and easy way to create and use Const & Props with [VS Code](https://co
27
- [React](#react)
28
- [React Components](#react-components)
29
- [Examples](#examples)
30
+- [Settings](#settings)
31
- [About](#about)
32
33
---
@@ -172,6 +173,18 @@ Creating properties on a React component with `rp`, `rpn` and `rpb`
172
173
174
175
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
188
## About
189
190
### Built With
0 commit comments