Autocompletion issues when using VSCode Workspaces #471
-
First of all, I have to congratulate you for this beautiful project !!!. I followed every step in the guide, and all works fine...but when the project is created and I try to write my code, Pylance still does not detect the modules. Why? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
Hi @Alain-Godo, thanks for the report. Will some information before I can provide any help, though. Would you mind sharing your |
Beta Was this translation helpful? Give feedback.
-
@Alain-Godo I believe this should be resolved now as of the v4.2.1 version that I've just released. |
Beta Was this translation helpful? Give feedback.
Interesting. So the issue looks to be something to do with vscode workspaces (which is for working on multiple projects in the same window). I will have to investigate this, but from your images it looks like pylance just isn't loaded in workspaces and you need to open the project directly (which is what
code .
did for you) instead. I will have to read into why this is.