codemirror-codeium icon indicating copy to clipboard operation
codemirror-codeium copied to clipboard

Codeium suggestions sometimes overlap with autocomplete suggestions

Open tmcw opened this issue 1 year ago • 0 comments
trafficstars

This especially happens with slow asynchronous autocomplete - we check, before requesting a suggestion, that autocomplete state is not active, but at that point the autocomplete state is pending. We should check that the autocomplete state is null.

CleanShot 2024-04-09 at 16 01 26@2x

tmcw avatar Apr 09 '24 20:04 tmcw