'Can PhpStorm list shared inheritance / interfaces between classes

Is there a way to show any shared inheritance or interfaces between two classes?

Say I have ClassA and ClassB that both have deep levels of inheritance and interface implementation. Is there some tooling I can use to show me any that are shared between the two?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source