Replies: 1 comment 2 replies
-
What's your language server set to? And is there any helpful information in the Output panel for the language server you are using? And are you using a single workspace or a multi-root workspace? And I assume the files are marked as being of the type "Python" in the right side of the status bar? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had ~10 python files opened in different tabs in VS Code, and auto completion only worked in some of them, and sometimes none of them, which happens more often. Workplace symbols were not built.
Let's say two of the tabs are named tab A and tab B, auto completion works in tab A but not in B. When I switched to tab B and Reload Window, auto completion worked in tab B but stopped working in tab A, while auto formatting on save was working in both of the tabs.
I tried reloading window and restarting VS Code but the problem remained, and I couldn't find anything useful in the extension outputs.
OS: macOS 11.4
VS Code version:
Extension version:
v2021.5.842923320
Beta Was this translation helpful? Give feedback.
All reactions