Answer the question
In order to leave comments, you need to log in
Does PHPStorm have a tool to see which files include each other?
It would be great if you could view some kind of graphical "map" of the includes to better understand which files depend on others. Maybe there is something similar in PHPStorm in one form or another? If yes, how to find?
Answer the question
In order to leave comments, you need to log in
PHPStorm itself doesn't seem to have one. I answered a similar question, so I won't repeat myself: What tools should I use to cut off unnecessary unused code in a project?
Theoretically, Storm has a Find Usages context menu item in the project file tree.
But PHP allows you to include a file through such tricky asses that the IDE is powerless here.
If you prefer not to be smart and keep the harsh simplicity and order - we have already said about PSR above.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question