Add hover and quick suggestion options
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user