Home > Article > Backend Development > How to view the dependency diagram (call diagram, code structure diagram) of the current project on phpstorm?
When I used C# to write code in visual studio, I could generate the dependency diagram (call diagram, code structure diagram) of the current project at any time, as shown in the picture above.
Is there a function similar to this on PHPStorm? Or what plugin can be installed to achieve similar functions? I searched online for a long time but couldn't find it.
When I used C# to write code in visual studio, I could generate the dependency diagram (call diagram, code structure diagram) of the current project at any time, as shown in the picture above.
Is there a function similar to this on PHPStorm? Or what plugin can be installed to achieve similar functions? I searched online for a long time but couldn't find it.
I only found the calling relationship window of the current code page, Building Call Hierarchy