-
-
Notifications
You must be signed in to change notification settings - Fork 426
Prevent real time suggestions blocking editor #1
Copy link
Copy link
Closed
Labels
Description
intitni
opened on Dec 11, 2022
Issue body actions
- Make the request interval shorter.
- The first request will trigger the XPC Service to provide a suggestion, but won't wait for it to finish. Instead, if will return immediately.
- The XPCService will cache the suggestion, if there is a future request asking for suggestions for the same code and cursor position, return the cache. Otherwise, treat it as a first request.
Reactions are currently unavailable