company-flx icon indicating copy to clipboard operation
company-flx copied to clipboard

:city_sunset: Flx fuzzy matching for company

Results 11 company-flx issues
Sort by recently updated
recently updated
newest added

Please see the commit messages for more information.

There is a new package called [orderless](https://github.com/oantolin/orderless) which implements a `completion-style` which can be used for for `company-capf` backends as well (supports initialism matching like `flx` and more). The benefit...

Hi, First of all, I found this plugin recently and now really enjoying it. It works perfectly in most cases, but, unfortunately, doesn't work with [anaconda-mode](https://github.com/proofit404/anaconda-mode), which I use for...

needs backend work

Hi, When I enable company-flx after company is activate, company candidates process so slow. I also set the company-flx-limit to 20, but nothing getting better. So I doubt if I...

I tried it with a C++ buffer, and `company-capf` cannot complete. It gave 0 candidate.

I just tried `company-flx` and while it works, it's pretty hard to use it because there are no visual cues about what exactly was matched: ![image](https://cloud.githubusercontent.com/assets/103882/10870022/e8a03ff2-80c8-11e5-815f-450382d25330.png) `ido-flx` would font-lock matched...

enhancement

Suppose I have this backend, (add-to-list 'company-backends 'company-mytex-labels) What should be done to 'company-mytex-labels to make it support fuzzy search?

One thing I miss in company-flx is support for the `company-dabbrev` backend, so I implemented a really simple function for `completion-at-point-functions` in terms of dabbrev. The capf function, `my/dabbrev-capf`, can...

enhancement

Would be nice to do to `company` what is trying to be done to `ivy` via https://github.com/PythonNut/historian.el.

enhancement

https://github.com/commercialhaskell/intero/issues/299 is a request for this kind of matching in intero. I was trying to look into it, but I can't actually find any examples of code that calls a...

needs backend work