Exafunction / CodeiumVisualStudio

Visual Studio extension for Codeium
https://codeium.com
MIT License
148 stars 43 forks source link

When suggesting code Codeium duplicates existing lines on the code bellow. #101

Open rrebelo62 opened 4 months ago

rrebelo62 commented 4 months ago

CodeiumProblem

See picture above. When Codeium makes a suggestion, existing lines in code are duplicated.

jdussail commented 1 month ago

Same happens to me, and a huge chunk, so much that what I'm typing gets out of view.

Zallist commented 1 month ago

I've fixed this in https://github.com/Exafunction/CodeiumVisualStudio/pull/133 I believe. It seems (at least for me) to be related to mixed \r\n and \n line endings.

rrebelo62 commented 1 month ago

I tested your MR and it does fix this issue.

Thank you, @Zallist.

versile2 commented 2 weeks ago

I'm using V 1.8.88 currently in Visual Studio and still getting this behavior which makes auto suggest unusable. It's suggesting pages of code to the point I can't even see what I'm typing without hitting the Escape key repeatedly.

saranshsaini commented 2 weeks ago

I just released 1.8.89 with this fix included in it. Could you please update and let me know if this persists?

versile2 commented 2 weeks ago

I just released 1.8.89 with this fix included in it. Could you please update and let me know if this persists?

It appears to be, I'll use it more tomorrow and report my results if anything negative.

I've had 3+ hours usage now without issue. Thanks!