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
Inline completions not displayed (?) The docstring says "provided inline completions must extend the text of the selected item and use the same range, otherwise they are not shown as preview." Here the completion I'm providing does extend the selected item in the suggest widget, and it uses the same range as what's provided in the context. I don't have context on the inline completions API beyond what's described in Inline Suggestions: Support Interaction With Suggest Widget #129495 so perhaps the docstring could be further clarified if I have misunderstood how this API is supposed to work?
The text was updated successfully, but these errors were encountered:
Testing #131415
provideInlineCompletionItems
to return a dummy inline completion itemThe text was updated successfully, but these errors were encountered: