diff --git a/configs/vscode.json b/configs/vscode.json index 98275838f..7b85d15bb 100644 --- a/configs/vscode.json +++ b/configs/vscode.json @@ -10,7 +10,7 @@ "editor.suggestOnTriggerCharacters": false, "editor.tabCompletion": "on", "editor.quickSuggestions": { - "other": false, + "other": true, "comments": false, "strings": false },