How are the Firefox dev tools these days? Every time I've tried in the past I end up missing the Chrome dev tools, and it's too much of a pain to have one browser for development and one for browsing. I would love to switch, though.
Depends on what you are used to. Since FF is my main, I try to use it for my pet projects. However, I always start a Chrome instance after several minutes because of two extremely jarring behaviors: 1. "Pause breakpoints" gets unchecked after app rebuilds and/or restarts. 2. The Ctrl+P hotkey only works on the sources tab, unlike Chrome. I just can't bear to always keep in mind what tab I'm on when using a hotkey.
Regarding Ctrl+P, there is a bug on file [2], we could easily make it so that it switches to debugger and open that search-for-file UI from there. Showing this UI on top of any panel would be a much more involved change.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1933764 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1409544