Visual Studio Code is not showing Python code snippets anymore. I don't know if this is a bug from Python Language Server (which I have already tried Jedi, Microsoft and Pylance) or a VSCode problem.
It used to show useful code snippets for classes," if _name_ = '_main_' " and def statements also.
Unfortunately I don't have any pics of how it used to be, but now it doesn't show me these snippets anymore.
The snippets were removed in version 2021.1.0 (21 January 2021) of the Python extension, see their changelog.
You can get them back though by copying them from here and after that following these instructions.