val-town / codemirror-codeium

Codeium code completion integration for CodeMirror 6
https://val-town.github.io/codemirror-codeium/
Other
53 stars 4 forks source link

Codeium suggestions sometimes overlap with autocomplete suggestions #23

Open tmcw opened 7 months ago

tmcw commented 7 months ago

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