Add hover and quick suggestion options

This commit is contained in:
2022-02-05 18:13:38 -05:00
parent 830c32bffb
commit a884e29239
3 changed files with 17 additions and 1 deletions
+8
View File
@@ -91,6 +91,14 @@
"name": "Minimap",
"note": "Enables showing the code minimap on the side of the editor"
},
"hover": {
"name": "Reference Tooltips",
"note": "Enables showing the reference tooltips when hovering rules and selectors"
},
"quickSuggestions": {
"name": "Quick Suggestions",
"note": "Enables showing the autocomplete suggestions as you type"
},
"renderWhitespace": {
"name": "Show Whitespace",
"note": "When whitespace should be shown by the editor",