Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
644 stars 50 forks source link

Weird behavior while completing code #108

Closed Pagliacii closed 8 months ago

Pagliacii commented 8 months ago

Behavior

I wrote this comment: "Implement the fib function" and pressed enter key. Then, if I enter def, the completing candidate would only have the function signature. If I enter def first, then f, the completing candidate would contain the function body this time.

image

image

Environments

fortenforge commented 8 months ago

This is working as intended. We have some systems in place to determine if we should give back single-line or multi-line suggestions.