codeium.vim icon indicating copy to clipboard operation
codeium.vim copied to clipboard

It always duplicates the current row within the return statement when I exit insert mode after accepting its suggestion when I destructure props within function param (typescriptreact)

Open waikoo opened this issue 1 year ago • 1 comments

My current workaround is to accept the suggestion, but not exit insert mode where the cursor is, only after I navigate (bring the cursor) to the top of the file within insert mode, and pressing ESC there somehow doesn't ruin what I have within the return statement. The plugin is working great in every other way for me!

vim_codeium_autocomplete

waikoo avatar Jul 03 '24 21:07 waikoo

That looks like Neovim. I can't reproduce your issue. I don't think this is a problem with the plugin.

issue

LeonardoMor avatar Jul 04 '24 03:07 LeonardoMor