Open sestinj opened 3 weeks ago
I found that when the cursor is in the middle of a line of code, the model provides completion results and also correctly passes the values to vscode.InlineCompletionItem(), but the vscode is not displayed. The discovered pattern is that if the completed text contains content after the cursor, it can be displayed normally. For example, if our line of code is' if (res) {', we place the cursor after 'res' and enter a '.' , if the model provides' isSuccess() 'data, it will not be displayed. However, if the model provides' isSuccess(){' data, it will be displayed
Before submitting your bug report
Relevant environment info
Description
VS Code sometimes does not show completions. There is some deterministic rule they use to decide this. I do not yet know what it is. We need to figure this out so that Continue can always display its completions.
Related issues:
To reproduce
A related observation:
Log output
No response
From SyncLinear.com | CON-281