How to filter Chrome DevTools search by file extension?

0

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?

    
asked by anonymous 13.07.2016 / 20:15

1 answer

0

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
    
14.07.2016 / 20:47