When opening a Python file in VS Code with the Python extension, the Outline view only shows class members that are explicitly implemented in that file/module. If a class subclasses from other classes ...