syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.69k stars 4.89k forks source link

Add company-capf as default backend for fuzzy completion #7019

Closed tuhdo closed 4 years ago

tuhdo commented 8 years ago

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.

github-actions[bot] commented 4 years ago

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!