dense-analysis / dense-analysis/ale
Support for fuzzy completion
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
Hello, thanks for this amazing vim plugin.
I'm using vim-ale with gopls for my golang dev environment, switching from youcomplete, i find one little problem:
when i type something, the completion windows shows up, like:
utils.logpr , and it will show completion options, but if i type
utils.logpinfo , completion doesn't work then.
I assume it's because the completion will only use my current input as a whole word, and this can be an annoying problem if the function name if very long, and there are multiple options.
Is there anyways to improve this? or is this a gopls issue?
Contributor guide
Assessment
This issue has not been assessed yet.