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:
- Re-install VS Code (from scratch by removing the 3 folders as stated in another SO)
- Changed the language server from
Jedi
toMicrosoft
(as shown below) - Enable snippet suggestions (as shown below)
- Enable Pylance extension
Any help is highly appreciated