How to go to a specific file in Chrome Developer Tools? How to go to a specific file in Chrome Developer Tools? google-chrome google-chrome

How to go to a specific file in Chrome Developer Tools?


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]


CTRL + P brings up the search input in Windows.

enter image description here

+ P — in Mac.

enter image description here


In Windows:

Use CTRL+SHIFT+F to search for content in files.

Use CTRL+SHIFT+O to search for file names.