How do you get intellisense to pickup on changes in files of imported modules? #3669
Unanswered
ItsCubeTime
asked this question in
Q&A
Replies: 0 comments 1 reply
-
Found that switching the python language server to "Jedi" enables this functionality "python.languageServer": "Jedi", However now I see no syntax coloring for my modules and anything living inside one instead (yet I can see hints about them when hovering & ctrl clicking takes me to the correct path like expected, so it seems its just the colors that are missing). Created an issue for this microsoft/vscode-python#20266 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋
To demonstrate the issue:
LJlKAk42um.mp4
As you can see, Im declaring "helloThere" in arithmatics, yet the other VS Code instance never picks up on the change until I reload/restart the window & all the extensions.
Are there any settings or 3rd party extensions that can help with this?
Thanks for reading ❤️
Beta Was this translation helpful? Give feedback.
All reactions