In Chrome DevTools it is possible to search for some string in the files that were loaded by pressing Ctrl + Shift + F
.
What I would like to do is to filter this search to find only files with a certain extension, can you do it?
In Chrome DevTools it is possible to search for some string in the files that were loaded by pressing Ctrl + Shift + F
.
What I would like to do is to filter this search to find only files with a certain extension, can you do it?
After a little more exploration in Chrome, I found out:
file:*.js string-para-procurar
Give to look at a specific file as well
file:arquivo.js string-para-procurar