IntelliSense no longer working #16700
Replies: 1 comment 3 replies
-
Someone asked a similar question on Discord; was that you as well? I would prefer to respond in a single location else I'm going to be wasting a lot of my time repeating myself. 😄 Would you rather get help here or over on Discord if both cases happen to be you? If the person on Discord isn't you, then I'll ask the same questions I asked over there ... Do you have the Python and Pylance extensions installed? What do you have python.languageServer set to? Are both extensions loaded (check the Output logs for details)? As for font colouring, do you mean all syntax highlighting for Python code or just semantic colouring? Is this in a normal Python file or is this in a Jupyter notebook? |
Beta Was this translation helpful? Give feedback.
-
Suddenly, the auto-complete and colored font features of Intellisense are no longer working for me, although it seems that pylint is still working because it has found problems in my script. I have tried closing and reopening VS code, uninstalling and reinstalling VS code, uninstalling and reinstalling the Python, Jupyter, and Pylance extensions, and changing my Python language server settings from default to Pylance to Jedi and back again with no success.
I am using VS code 1.58 and Python 3.7.9. Any ideas as to what could be causing this? I'm happy to provide any additional info.
Beta Was this translation helpful? Give feedback.
All reactions