tabby
tabby copied to clipboard
[intellij plugin] code completion not work after upgrading version from 1.6.3 to 1.7.0
Expected Behavior After pressing the Enter key, the plugin should start inferring and suggest code completions immediately.
Actual Behavior After pressing the Enter key, the status bar in the bottom right corner of the IDE shows "loading," and then changes to "completed," but no code completions appear in the editor. Surprisingly, the code completions only appear after I press the Backspace key.
Steps to Reproduce
- Upgrade the plugin source code from version 1.6.3 to 1.7.0.
- Type some code and press Enter.
- Observe the status bar showing "loading" and then "completed."
- Notice that no code completions appear in the editor.
- Press the Backspace key.
- Observe that the code completions now appear.
Environment Plugin Version: 1.7.0 Previous Plugin Version: 1.6.3 IntelliJ IDEA Version: 2023.2 OS: win10