Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Score Capitol Letters Higher in Fuzzy Search #21

Closed
steveoh opened this issue Jul 8, 2015 · 1 comment
Closed

Score Capitol Letters Higher in Fuzzy Search #21

steveoh opened this issue Jul 8, 2015 · 1 comment

Comments

@steveoh
Copy link

steveoh commented Jul 8, 2015

It seems that Sublime and possibly the chrome dev tools give a higher priority to capitol letters when searching. This makes finding the file MyFileName.ext much easier since you can type MFN and not be bothered with having to spell it out. I think this is a great productivity feature since you can type less letters which introduces less spelling errors.

For instance, assume a list of files that would represent a front end javascript usecase.

var files = ['FilterFactors.js', 
'FilterFactors.styl', 
'FilterFactors.html', 
'FilterFactorTests.html', 
'SpecFilterFactors.js'];

In sublime, I could type FFT to get to FilterFactorTests.html. In atom, FFT matches FilterFactors .js, .styl, and .html above FilterFactorTests.html.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants