Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request : no completion caching when limit reached #50

Open
kermorgant opened this issue Aug 21, 2018 · 0 comments · May be fixed by #53
Open

Feature request : no completion caching when limit reached #50

kermorgant opened this issue Aug 21, 2018 · 0 comments · May be fixed by #53

Comments

@kermorgant
Copy link
Contributor

phpactor enforces a limit (configurable) on the number of returned completion candidates.

Sometimes (rarely in my experience), the desired candidate was not among the first candidates due to that limit, and due to company's caching, it can take more keystrokes than expected to have it suggested (= bad user experience).

Thus, I think it would be useful to selectively disable company's caching, based on the number of returned results (phpactor fixes that limit at 100 by default).

@kermorgant kermorgant changed the title disable caching for company-phpactor backend when reaching suggestion limit Feature request : no completion caching when suggestion limit reached Aug 21, 2018
@kermorgant kermorgant changed the title Feature request : no completion caching when suggestion limit reached Feature request : no completion caching when limit reached Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant