Which Xcode search algorithm "quickly opens" and uses the "Go to file" Textmate?

What type of search is called? And how do they implement efficient substring searches in this way? Note that when one type of "empeee" matches " Emp loy ee Vi e w.xib"

Xcode

enter image description here

Textmate

enter image description here

+4
source share
1 answer

The name "fuzzy match" or "fuzzy search" or some kind of option. Wikipedia has an article about this.

+2
source

Source: https://habr.com/ru/post/1385687/


All Articles