11

I can't find a way to search a string in all .js and .css files on Firefox Developer Edition 56.0b4.

I found a way, but it was before versions 52. I wonder why they removed this feature?

Thanks for help.

RLott
  • 330
  • 4
  • 12

3 Answers3

14

While not listed on MDN Dev Tools Search page, Firefox Developer (Quantum) 58 once again includes the ability to search ALL files. I was missing this and almost defected to Chrome, but the tool set is way less intuitive.

From the debugger panel Mac the key shortcut is CMD-SHIFT-F.

Firefox Developer edition v58 Debugger panel

Valor
  • 345
  • 2
  • 7
  • 3
    As far as I can see with Ctrl-Shift-F (on Windows) in the Debugger one can only search within js files. Do you know how to search within css files, too? I tred Ctrl-Shift-F in the Style Editor but it opens up a replace function. – Stefan Seidner-Britting Feb 17 '18 at 18:22
  • Is there a way to search through all CSS files in the style editor? – raphael75 Dec 02 '19 at 21:27
1

The new debugger front end, aka debugger.html, did not have this feature until relatively recently.

For Firefox 56, if you really need this feature, you can try going back to the old debugger. The old debugger is not as nice in many ways; but it does have this feature. The old debugger can be selected via a pref in about:config.

I believe project search is available in the new debugger front end in Firefox 57.

Tom Tromey
  • 21,507
  • 2
  • 45
  • 63
  • It's a shame they removed such a time-saving feature on version 56; it's also fortunate that they came back to their senses on version 57. – Haroldo_OK Oct 06 '17 at 11:53
  • 1
    I think it wasn't a question of removing it -- it just wasn't considered a blocker for the first release of the new front end. But yes, it turned out to be highly desired so I think it was bumped up in priority a bit. – Tom Tromey Oct 06 '17 at 14:06
0

The preference to go back to the old debugger is devtools.debugger.new-debugger-frontend

Haroldo_OK
  • 6,612
  • 3
  • 43
  • 80