I'm using Tabby with IntelliJ and I'm only getting single line completions, unlike in VS Code where everything works fine. Is this a known issue? I've tried using models like StarCoder 1B and DeepSeedCoder 7B, but the problem persists. I'm on IntelliJ 2023.3.2 and the latest version of macOS. Here's a screenshot of the issue where you can see an unclosed bracket, and the completion event log from ~/.tabby/events
.
Sylvain Letreguilly
Asked on Jan 16, 2024
Based on the information provided, it seems like there might be an issue with how Tabby is handling completions in IntelliJ. The event log you've shared indicates that the completions are being triggered, but they are not providing the expected multiline output. This could be due to a number of reasons, such as a configuration issue, a bug in the Tabby IntelliJ plugin, or an incompatibility with the specific version of IntelliJ you're using. To troubleshoot this further, you could try the following steps: