I am studying python in Visual Studio code, and watching some tutorials I noticed a difference between the tutorial's IDE and mine.
When writing code, the tutorial's IDE will have suggestions and explanations on how to use functions. For example, when typing mystring.replace() a popup will appear with information about what the replace function does and what kind of arguments it expects.
In my case, however, I don't see anything like that (see attached screenshot). Is there something I am missing in the config of VS Code?
EDIT: I have installed the Python Extensions for VS Code. Also, if relevant, I am using Python 3.9.0
