continue icon indicating copy to clipboard operation
continue copied to clipboard

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

Open 20191000100632 opened this issue 2 months ago • 2 comments

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


20191000100632 avatar Nov 10 '25 08:11 20191000100632

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

marens01 avatar Nov 10 '25 09:11 marens01

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.

20191000100632 avatar Nov 10 '25 12:11 20191000100632

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.

uinstinct avatar Nov 18 '25 13:11 uinstinct