In PhpStorm when viewing / editing a file that contains a class, if you right-click on the class, you can select Diagrams → Show Diagrams. This generates a class hierarchy diagram.
For example, see below screenshot for class ProductForm
hierarchy diagram
This is a very useful feature.
Question: Is there an VSCode extension that provides this feature? (I've recently switched to using VSCode instead of PhpStorm)