continuedev / continuedev/continue
Continue autocomplete suggestions not displayed in editor despite successful completion in console
Open
@RomneyDa is already working on this.
Since Nov 10, 2025.
area:autocomplete
kind:bug
os:windows
stale
- Dominant language
- TypeScript
- Stars
- 36k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.