Closed as not planned
Description
Before submitting your bug report
- 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: 0.0.83
IDE: IntelliJ Community Edition 2024.1
Model Provider: ollama
Model: starcoder2-3b
config.json:
{
"models": [
{
"title": "Llama3.2 Chat",
"model": "llama3.2:3b",
"provider": "ollama"
}
],
"tabAutocompleteModel": {
"title": "starcoder2:3b",
"model": "starcoder2:3b",
"provider": "ollama"
},
"tabAutocompleteOptions": {
"useCopyBuffer": false,
"maxPromptTokens": 1000
}
}
Description
https://discord.com/channels/1108621136150929458/1316830326923857940/1316830326923857940
When I press the Tab key to accept a suggestion, it doesn’t always work as expected. Instead of accepting the suggestion, it sometimes inserts a tab space, making the behavior inconsistent.
Occasionally, the suggestion box overlaps with the text I’ve already written, which creates confusion and makes it harder to edit my code effectively.
To reproduce
No response
Log output
No response