Autocomplete gives no suggestions or is really slow.

I have made a plugin to improve my workflow but i’ve noticed for some weird reason it can take a really long time for data to update or it breaks when you go too fast.

This breaks my plugin and affects my workflow as i have to wait for certain suggestions to appear or have to guess them and hope they’re right.

To reproduce:

  1. Close script and wait 2 seconds.
  2. Open the script
  3. Have userinputservice pasted at the top of the script
  4. Quickly type inputbegan and it will not show any suggestions from there.

If you do not follow the steps fast enough it will not break.

In my code i check at the start where autocomplete responses are updated and it shows an empty table when this happens.



Plugin affected:

Hi, thank you for reporting this issue. To investigate further, would you mind adding your current Beta features and potentially your Studio log (in a DM) for when this happens?

Also, if you have the New Type Solver beta and the “Incremental typechecking…” beta enabled, does this happen with those off?

Thank you!

1 Like

Hi there!

Whenever i disable the feature it works again!

Hi! Which one of the two? The New Type Solver?

Sorry, it was incremental typechecking i believe.

Thank you! We’ll check into how the incremental type checker might be slowing things down, then.

1 Like