PythonNut / company-flx

:city_sunset: Flx fuzzy matching for company
GNU General Public License v3.0
85 stars 6 forks source link

Doesn't work in go-mode #15

Open rongyi opened 8 years ago

rongyi commented 8 years ago

I've tested the company-flx in scratch with elisp and it worked. But it does not work in go mode. Do I need some configuration in go-mode?

;; company-flx (use-package company-flx :ensure t :init (with-eval-after-load 'company (company-flx-mode +1)))

;; company-go (use-package company-go :ensure t :config (add-to-list 'company-backends 'company-go))

PythonNut commented 8 years ago

Thanks for the report! I don't use go, but I'll take a look when have a few spare moments. Often strange things happen in completions systems.

rongyi commented 8 years ago

Thanks for your response. Great job!

PythonNut commented 8 years ago

Hey, sorry it's taken me so long to get back to you.

This is a very similar issue to https://github.com/PythonNut/company-flx/issues/17. And my response there is also applicable here.

rongyi commented 7 years ago

Thanks for you response. I've changed to ycmd, and it has the feature I need.