general

Why am I only getting single line completions in IntelliJ with Tabby?

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.

Sy

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:

  1. Ensure that the Tabby plugin is up to date in IntelliJ.
  2. Check if there are any known issues with the Tabby plugin for your version of IntelliJ.
  3. Try resetting the Tabby plugin settings to default.
  4. If possible, test with a different version of IntelliJ to see if the issue persists.
  5. Reach out to Tabby support with the event log and screenshot for more detailed assistance.
Jan 18, 2024Edited by