Autocomplete suggestion does not display the return result of the model #4218
Labels
area:autocomplete
Relates to the auto complete feature
kind:bug
Indicates an unexpected problem or unintended behavior
"needs-triage"
Before submitting your bug report
Relevant environment info
Description
Use the automatic completion function to write code. In special cases, the problem will occur that the model responds to the content but the cursor does not display new content.
I tried upgrading the plugin from 0.88.0 to 0.9.268 and the problem remains
I suspect the issue may be related to something specific to the model returns
The automatic completion function continues to work under the tab key. When the following code line is encountered, the subsequent return will not be displayed.
eg.:
To reproduce
1.Create nginx-plugin.c file
2.Write comments "// 用C语言编写一个基本的nginx插件用于拦截请求,并在header中添加qcc=123456"
3.Use tabs all the way
4.After prompting N rows, stop displaying new content returned by the model
5.Press enter key again where it stopped, the model returns again, but the automatic completion still does not display
Log output
The text was updated successfully, but these errors were encountered: