With company-flx-mode enabled and company-capf is in the backend list, we can get some fuzzy completion defined for a buffer by CAPF. For example, in Elisp CAPF is defined as elisp-completion-at-point, essential what we are using for getting completion candidates in Elisp buffers. Very useful as we get fuzzy completion for free, the same kind that we get from ido-flx-mode.
Another nice thing is that if someone uses ctags or gtags, he also gets fuzzy completion since both packages support completion-at-point functions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
With company-flx-mode enabled and
company-capf
is in the backend list, we can get some fuzzy completion defined for a buffer by CAPF. For example, in Elisp CAPF is defined aselisp-completion-at-point
, essential what we are using for getting completion candidates in Elisp buffers. Very useful as we get fuzzy completion for free, the same kind that we get fromido-flx-mode
.Another nice thing is that if someone uses
ctags
orgtags
, he also gets fuzzy completion since both packages support completion-at-point functions.