Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
toggle completion caching whether number of candidates reaches limit
if the number of suggested candidates reaches the limit, the desired candidate might be missing. If that occurs, caching should not be used when typing more characters of the completed string, as phpactor will be invoked with a longer prefix, and have more chances to return the desired candidate.
- Loading branch information