How to go to a specific file in Chrome Developer Tools?
CTRL + P brings up the search input in Windows.
⌘ + P — in Mac.
In Windows:
Use CTRL+SHIFT+F to search for content in files.
Use CTRL+SHIFT+O to search for file names.
While in the sources tab use CTRL+O (⌘+O for Mac) to search scripts, stylesheets and snippets by filename.
(use CTRL+SHIFT+O to filter/navigate to a JavaScript function/CSS rule when viewing a file)
[Chrome Devtools Cheatsheet]