I'm working on a site that all functions have been split into several folders and subfolders. (I suspect this is the most common)
I would like to know if there is an effective way to identify which .php or .html .js etc is the code snippet I want to change.
Example:
The index.php makes the calls from header.php files footer.php and conteudo.php, but these files call others ...
What tool would I use to know which file contains the code of a title x?
Currently I use f12 (tool console) to see the complete code, I select the part I want and I give crtl + f in the files. But as the html that the browser le is already rendered many times I do not find it easy.
Thank you.