I have to find a specific file in a ftp server.
Let say I want to edit a <h1>
tag but I can't find where does he come from.
Is there a way to show the name of the file where the specific element select come from?
Plus is there a way a way to find the whole path?
Precision : the content is added by smarty (for the most part) and the url has nothing to do with the real path).
The way to approach this would be to search for the tag on all your files using your IDE.
I use ack, which is designed for code search.
The reason why devtools can't do what you're asking is because it is not possible for chrome to know about all the files in your project. There are too many variables, tags can be created with javascript, php server side, html files and so on.