continue
continue copied to clipboard
tab-autocmplete, Java code, Answer appears in console(Output), but just show the first single line in Editor Window.
Before submitting your bug report
- [ ] 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: macOS 13.2.1
- Continue: v0.9.112
- IDE: VSCode 1.88.1
Ollama v0.1.31
Description
this issue just occurs when we edit java code. we enabled tabAutocomplete feature, and set "multilineCompletions" to "always"。 the autocomplete feature works well on Python and javascript. but when we edit java code, it just shows single line in the editor window each time, but we find that the output consoles shows multiple completion codes
To reproduce
No response
Log output
No response