-
Notifications
You must be signed in to change notification settings - Fork 3
fuzzy search #19
Comments
You're going to need to be more specific than that. Please post a reproduction, contrasting the actual outcome with the expected outcome. |
lets say I have this type
then I have the var |
Please file an issue at https://github.com/nsf/gocode. |
we all know where nsf stands about this matter, is there a way to create a wrapper over gocode to provide this functionality ? |
You're welcome to provide that wrapper. This isn't a priority for me. The built in autocomplete-plus provider is disabled by default by go-plus. Try I checking that option, as it does perform a fuzzy search against symbols. |
Can you give a little more detail about how to work around this issue? I've tried: In autocomplete-go settings:
In autocomplete-plus settings:
The only way I've been able to get fuzzy completion working on go files is by disabling the autocomplete-go package entirely. |
You need to restart Atom after unchecking the "Suppress the provider built-in to autocomplete-plus". Then, you may need to scroll down the list to see the fuzzy matches. |
You're right. I could've sworn I had restarted after changing those settings and it wasn't working, but anyway, I do see the fuzzy matches now. Thanks! |
Even following the tips here (uncheck suppress built-in, uncheck strict matching, either symbol or fuzzy as default provider) I do not get any fuzzy matching in autocomplete-go, even after reload. Am I doing something wrong? I was able to hack fuzzy matching into a personal fork using fuzzaldrin, but it's now quite out of date. |
doesnt seems to be working
The text was updated successfully, but these errors were encountered: