Continue autocomplete suggestions not displayed in editor despite successful completion in console
Before submitting your bug report
- [x] I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- [x] I believe this is a bug. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that reports the same bug
- [x] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:Windows 11
- Continue version:1.2.10
- IDE version:
- Model:qwen3-coder-30B-A3B
- config:
promptTemplates:
autocomplete: |
`<|im_start|>system
你是一个代码补全助手<|im_end|>
<|im_start|>user
<|fim_prefix|>{{{prefix}}}<|fim_suffix|>{{{suffix}}}<|fim_middle|><|im_end|>
<|im_start|>assistant
`
OR link to agent in Continue hub:
Description
No response
To reproduce
Description:
I'm experiencing an issue with the autocomplete functionality in Continue. The console shows that the LLM has successfully generated completion results (as seen in the screenshot), including Prompt, Options, and the actual output (print("知识抽取已启动...")). However, no autocomplete suggestions appear in the code editor.
Log output
Similar issue: i was thinking autocomplete via continue was working because the request was correctly handled by my server and a completion was showned but it seems the autocomplete result is from copilot even if disabled
Similar issue: i was thinking autocomplete via continue was working because the request was correctly handled by my server and a completion was showned but it seems the autocomplete result is from copilot even if disabled
Thank you for sharing! I often encounter the problem as well, especially when multiple AI extensions are installed. Even after disabling Copilot's autocomplete feature, it still seems to interfere with the functionality of other extensions.
Yes, multiple extensions can interfere with the autocomplete.
Also @20191000100632 the successful autocomplete not showing in the editor can also happen if you have shifted your cursor to the next line or deleted some text.