continuedev / continuedev/continue

Continue autocomplete suggestions not displayed in editor despite successful completion in console

Open
#8,661 9 comments 6 reactions 1 assignee View on GitHub

@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
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.

Image Image
Log output

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.