For some unknown reasons, my VS code no longer shows the default code snippets for Python.
Below is what I see when I type for
in the editor (to write the for loop)
I'm expecting to see something like below:
All snippets seem to be missing. Not just the one for for loop
.
Things that I have tried:
Jedi
to Microsoft
(as shown below)Any help is highly appreciated
It appears to me as 2 possibilities:
I personally think this problem is more toward VS code extension issue. Try to update Python extension or even downgrade extension version. It might help. If it doesnt, you would probably need to look at common issues of the Python version you are using.
Cheers