You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: accept next word and next line completions. (Exafunction#380)
* feat: accept next word and next line completions.
The process of inserting suggestions is always roughly the same, so
abstracted that into the `s:CompletionInserter` function.
With that, refactored `codeium#Accept` and introduced
`codeium#AcceptNextWord` and `codeium#AcceptNextLine`. FixesExafunction#27
* feat: add default bindings for the new functions
* refactor(AcceptNextWord): handle when completionParts is undefined
0 commit comments