axelf4 / hotfuzz

🚓 Fuzzy Emacs completion style
GNU General Public License v3.0
104 stars 4 forks source link

Fuzzy matching for `company-mode' #11

Closed hongyi-zhao closed 1 year ago

hongyi-zhao commented 1 year ago

Does this package work with company-mode?

Regards, Zhao

axelf4 commented 1 year ago

With Company the matching is done by the specific completion backends. Some, e.g. the company-capf backend, will do matching according to the value of completion-styles to which hotfuzz can be added. With other backends you may be out of luck.