Closed
Bug 1261797
Opened 10 years ago
Closed 9 years ago
"Search script" should allow fuzzy matches
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: kemenaran, Unassigned)
Details
The Debugger panel in the devtools has a feature to Search script (Ctrl+S or Ctrl+P). This search only match strict substrings.
Most text editors (and the Chrome debugger) can search for a file using fuzzy matching, where a search for "compsel" will match "components/select.js".
Steps to reproduce
1. Go to http://captaintrain.github.io/stations-studio/
2. Open the DevTools, and select the "Debugger" tab
3. Click on the "Search script" searchfield
4. Type "compstatcheck"
Actual result:
The results list is empty.
Expected results:
The file "stations-editor/components/station-checkbox.js" is matched, and appears in the results list.
Comment 1•10 years ago
|
||
I agree this would be a useful feature, but I don't think we have any cycles to work on this any time soon, unless somebody wants to pick it up in their free time. Assigning P3 to this.
Priority: -- → P3
| Reporter | ||
Comment 2•9 years ago
|
||
The new debugger that landed in Firefox 52 dev tools now supports fuzzy matching. Many thanks to the dev tools team!
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•