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: Disable live autocomplete if it’s affecting the main thread #1311

Closed
webron opened this issue May 2, 2017 · 2 comments
Closed

Comments

@webron
Copy link
Contributor

webron commented May 2, 2017

  • Disable as-you-type autocomplete if it takes more than 100ms.
  • When disabled, keep an eye on the performance of manually-triggered autocomplete, and if that falls below 100ms, re-enable the live autocomplete.
@ponelat
Copy link
Member

ponelat commented Jul 18, 2017

We have a plugin, that can disable live autocomplete. It doesn't do the timeout thing ( ie: if longer than 200ms, or something ). Its just a config you can toggle with configsActions.toggle('editorLiveAutocomplete'). @shockey ping if you'd like to know MOAR.

@shockey
Copy link
Contributor

shockey commented Jul 28, 2017

Implemented 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants