continue
continue copied to clipboard
Autocomplete in jetbrains
Before submitting your bug report
- [X] 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: windows 10
- Continue: 0.0.46
- IDE: pycharm 2023.1.1
Description
When i use the tab autocomplete in pycharm, and the pycharm also wants to complete me, it creates conflicts with the plugin, which scrambles the output as such:
In addition, if I press tab to complete with the plugin, it chooses the pycharm, so I can't use the plugin to complete me.
To reproduce
Here is the config:
{
tabAutoCompleteModel: {
Title: deepseek-7b,
Provider: openai,
Model: deepseek-7b,
ApiBase: http://my-api-base,
ApiToken: my-api-token,
ContextLength: 10000
},
tabAutoCompleteOptions: {
Disable: false
},
DisableSummaries: true,
CompletionOptions: {
Temperature: 0.25
}
}
Log output
No response