-
Hi, In projectile 2.0.0, emacs-26.1 on debian 10.7 "buster" and in projectile 2.1.0, emacs 26.3 on ubuntu 18.04, fuzzy matching of the filename in projectile-find-file works. I.e. I can start typing the file name and projectile shows the alternatives, and narrows down the alternatives as I type. However, in projectile 2.3.0, emacs 27.1 on mac OS/X fuzzy matching of the file name doesn't work. I have to type in the full path of the file starting at the top of the path. I'm trying to figure out if this is caused by:
I don't use helm on any of the 3 systems. Use of helm-projectile came up in some of the google searches. Does anyone know what I might try to get the fuzzy file name matching working on the mac? Thanks!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The fuzzy matching doesn't come from Projectile, but from whatever minibuffer selection framework your're using (E.g. Helm, Ivy, Selectrum). Projectile just returns a list of filenames and it's up to the other tools to figure out what to do with them. |
Beta Was this translation helpful? Give feedback.
The fuzzy matching doesn't come from Projectile, but from whatever minibuffer selection framework your're using (E.g. Helm, Ivy, Selectrum). Projectile just returns a list of filenames and it's up to the other tools to figure out what to do with them.