Hacker News new | ask | show | jobs
by Mpdreamz 5068 days ago
CTRL+SHIFT+F searches through all the scripts. I use this primarily to navigate through code i.e CTRL+SHIFT+F "function showDialog("
1 comments

I think I prefer Command+Shift+O that the article suggests in this case.
the difference is that CTRL+SHIFT+F works from every tab in the chrome inspector and searches globally i often just copy paste the line i want to debug from my editor in there be it a function or declaration within a function.