Support fuzzy matching for queries
daniel-beard opened this issue · 4 comments
daniel-beard commented
- Example the builtin snippet
Objective-C -init Method
, would be really nice if I could just enterinit
and match that action.
pdcgomes commented
Agreed!
Has been on my TODO since day one - fortunately I've built the search component with different search strategies in mind so that I could replace the implementation later.
Now that the core feature set is working, it's probably a good time to refine the search engine. I'll probably take a look at this over the weekend, so stay tuned!
daniel-beard commented
Awesome work so far! Very much looking forward to future improvements :)
DivineDominion commented
Fuzzy matching would be great: m l d
matches "Move Line Down" currently, but mld
would be way more convenient.