tigersoldier / company-lsp

Company completion backend for lsp-mode
GNU General Public License v3.0
251 stars 26 forks source link

[Question] Where to implement fuzzy match. #131

Closed jcs090218 closed 4 years ago

jcs090218 commented 4 years ago

I have a code that could do the fuzzy match with flx. But whatever I have applied the completion menu order goes back to original. Is there a place so I could implement fuzzy match that would apply? Thanks!

yyoncho commented 4 years ago

@jcs090218 the fuzzy match is already implemented - (setq company-lsp-cache-candidates 'auto) and check whether it is enabled for your language server in company-lsp-filter-candidates

jcs090218 commented 4 years ago

@yyoncho Cool, I didn't realize this! Thanks! Close this issue now!