-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
How to set throttle/debounce time for search? #953
Comments
Just wait until the indexing is finished. Then the files list will be cached in a file. |
Seems like there are 2 issues:
|
Please refer to #318. |
Thanks. The freezing problem fixed after specifying max-column. Would be even better to have the debounce time setting, since my project is really large and typing half way can slowly show a lot of temp result. |
There is no way. |
Hi there, thanks for the amazing plugin.
I am working on a huge project, before finishing typing, temp result will continue to show up, which is slow and not useful. Even when I finish typing, it is still updating previous temp result. Debounce the search in this case would improve performance. I did some search and didn't find the related config. Is there an existing config option to do it? Or could you add the feature?
The text was updated successfully, but these errors were encountered: