I am developing a web application with a heavy front-end approach. By using Dojo and the AMD-way, I currently have testing screens which may easily load over a hundred different javascript files.
When I want to debug for any specific problem, or verify if I am seeing an old version of a specific file, I find it really hard to find my files in the Sources tab in the Chrome Developer Tools.
Is there any shortcut or action I can make that will let me type the name of a file and will take me to the source of that file?
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)
CTRL + P brings up the search input in Windows.
https://i.stack.imgur.com/8NICn.png
⌘ + P — in Mac.
https://i.stack.imgur.com/73FA2.png
O
and P
seem to have the same behavior. I wonder if one is deprecated.
In Windows:
Use CTRL+SHIFT+F to search for content in files.
Use CTRL+SHIFT+O to search for file names.
Mac: Command + O Windows: Ctrl + O
Success story sharing
.js
returns any file with aj
or ans
or a.
in the filename :/