diff --git a/.vscode/settings.json b/.vscode/settings.json index 8682667..1e824bf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,11 @@ "editor.tabSize": 2, "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", - + "editor.quickSuggestions": { + "other": true, + "comments": true, + "strings": true + }, "editor.codeActionsOnSave": { "source.fixAll": true, "source.fixAll.eslint": true,