Method list is not shown in the VS code

Hello there,

I was going through the course. But, in “string methods,” I ran into a weird problem that I could not solve it or find any other person suffering from the same problem.
When I type the name of the string and use “dot,” the list of the methods is not displayed.
Does anyone know why?

You probably need to enable the Python extensions that enable Intellisense. I cannot remember the one exactly, but you should find it readily if you search python in the extensions UI.

1 Like