1
I am working on a website that all functions have been divided into several folders and subfolders. (I suspect this is the most common)
I wonder if there is an effective way to identify in which . php or . html . js etc is the code snippet that I want to change.
Example:
Index.php calls the header.php footer.php files and content.php, but these files call others...
Which tool would I use to know which file contains the code of a title x?
I currently use F12 (tool console) to see the complete code, select the section I want and keep giving crtl + f in the files. But as the html that the le browser is already processed often do not find with ease.
Thank you.
Ides and text editors are not ideal search tools. agent ransack
– Bruno Costa
The sublime helps me a lot with Find in Folder
– Luciano Gonçalves