You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a phantom completion is displayed typing characters that match the beginning of the ghost text hides the completion and instantiates a new request.
This can be improved and the currently displayed ghost text can be updated without triggering a new request when typed characters match the begging of the ghost text
The text was updated successfully, but these errors were encountered:
As far as I understand, in VSCode they don't do any requests.
At least the status indicator doesn't show anything when you type characters that match the beginning of the ghost text, but I think it is handled on the core level because they use the suggestion API(or what is the official name for it) and it works the same for other completions.
We can do some requests, but I am afraid the experience won't be smooth.
Plus, I don't think that we would see different results there
Currently, when a phantom completion is displayed typing characters that match the beginning of the ghost text hides the completion and instantiates a new request.
This can be improved and the currently displayed ghost text can be updated without triggering a new request when typed characters match the begging of the ghost text
The text was updated successfully, but these errors were encountered: