Prerequisites
Description
(I'm afraid I don't have the version numbers to hand)
When using Fuzzy Finder, I used to be able to just dump my entire class name into it, and it'd split it based on underscores and correctly find the file. For example if my class was Mob_NPC_Human_Merchant, and I put my class name into the fuzzy finder, it would bring up the file Mob/NPC/Human/Merchant.php, it stopped working when fast mode was enabled, so I disabled it, and now after the most recent update it doesn't work at all anymore. It's been working correctly for over a year.
Steps to Reproduce
- Place a file in nested folders
- Attempt to fuzzy find the file using underscores instead of slashes
Edit by @rsese to add more detailed repro steps
Using Git Bash on Windows and with Settings > Packages > Fuzzy Finder > Scoring System set to fast:
mkdir -p Mob/NPC/Human
touch Mob/NPC/Human/Merchant.php
atom .
- Ctrl+t
- Copy/paste "Mob_NPC_Human_Merchant"
Expected behavior:
It brings up "Mob/NPC/Human/Merchant.php" as a result of your search.
Actual behavior:
It brings up no files at all.
Reproduces how often:
Everytime.
Versions
I'm currently running 1.39.1, it worked before I updated.
Additional Information
None, if this change is intended I understand, but I hope there is some configuration option that lets me go back to how it used to work, else my main reason for using fuzzy find with my project has kinda gone out the window.
Prerequisites
Description
(I'm afraid I don't have the version numbers to hand)
When using Fuzzy Finder, I used to be able to just dump my entire class name into it, and it'd split it based on underscores and correctly find the file. For example if my class was
Mob_NPC_Human_Merchant, and I put my class name into the fuzzy finder, it would bring up the fileMob/NPC/Human/Merchant.php, it stopped working when fast mode was enabled, so I disabled it, and now after the most recent update it doesn't work at all anymore. It's been working correctly for over a year.Steps to Reproduce
Edit by @rsese to add more detailed repro steps
Using Git Bash on Windows and with
Settings > Packages > Fuzzy Finder > Scoring Systemset tofast:mkdir -p Mob/NPC/Humantouch Mob/NPC/Human/Merchant.phpatom .Expected behavior:
It brings up "Mob/NPC/Human/Merchant.php" as a result of your search.
Actual behavior:
It brings up no files at all.
Reproduces how often:
Everytime.
Versions
I'm currently running 1.39.1, it worked before I updated.
Additional Information
None, if this change is intended I understand, but I hope there is some configuration option that lets me go back to how it used to work, else my main reason for using fuzzy find with my project has kinda gone out the window.