diff --git a/.vscode/settings.json b/.vscode/settings.json index 6dc30a4..347e026 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,8 @@ "pythonIndent.trimLinesWithOnlyWhitespace": true, "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" - } + }, + "python.analysis.autoImportCompletions": true, + "python.analysis.autoFormatStrings": true, + "python.analysis.gotoDefinitionInStringLiteral": true }