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 ab2324d commit 5837cc0Copy full SHA for 5837cc0
README.md
@@ -22,6 +22,7 @@ The quick and easy way to debug your code and styles with [VS Code](https://code
22
- [Snippets](#snippets)
23
- [Code](#code)
24
- [Styles](#styles)
25
+- [Settings](#settings)
26
- [About](#about)
27
28
---
@@ -123,6 +124,18 @@ Below is a list of all available snippets and the triggers of each one. The **$*
123
124
125
126
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
139
## About
140
141
### Built With
0 commit comments