You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
changed the title
Feature request : no completion caching when suggestion limit reached
Feature request : no completion caching when limit reached
Aug 21, 2018
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).
The text was updated successfully, but these errors were encountered: