Peron
Results
1
comments of
Peron
To me, these settings fix it: ```json "python.analysis.autoImportCompletions": true, "python.autoComplete.extraPaths": ["${workspaceFolder}/src"], "python.analysis.extraPaths": ["${workspaceFolder}/src"], "python.analysis.indexing": true, "python.analysis.packageIndexDepths": [ { "name": "", "depth": 20, "includeAllSymbols": true } ] ```