Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Fuzzy autocompletion #663

Closed
Allendar opened this issue Jul 6, 2017 · 2 comments
Closed

Fuzzy autocompletion #663

Allendar opened this issue Jul 6, 2017 · 2 comments

Comments

@Allendar
Copy link

Allendar commented Jul 6, 2017

Working in PHPStorm for some PHP projects I noticed it's actually quite nice to have fuzzy auto-complete when you're not sure what a function was called again.

CTRL+SPACE (Mac) is very nice to make the hint-list popup, but what I really love in PHPStorm is that it just auto-complete mid-section results too.

So say a request context object has a FormValues() and ReadForm() method you could just start typing contextObject.For... and it would hint all functions/variables that contain For/for in it's name.

Would this be feasible or too resource-intense?

@zmb3
Copy link
Collaborator

zmb3 commented Jul 9, 2017

This has come up before - see #188 and #544 for context, as well as:

In short, there have been requests for this feature both at the editor level, or in gocode itself, but no one has gotten around to implementing it.

@Allendar
Copy link
Author

Allendar commented Jul 9, 2017

@zmb3 Thank you for pointing this out. Disabling go-plus it's own auto-completion makes it, a bit more chaotic hints, but it seems to work well.

@Allendar Allendar closed this as completed Jul 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants