Autocomplete renders in wrong place #116
Replies: 4 comments
-
@grant0417 - Do you have any insights into this? I don't know if this can technically be classified as a bug since I'm not sure VSCodium is technically a supported IDE. However, the nature of this seems to be the same as reported here within IntelliJ IDEA: I'm wondering if there would be a way to expose a way to control where the autocomplete renders in proximity to an integrated terminal or if there is a workaround to reset how the autocomplete determines its coordinates. |
Beta Was this translation helpful? Give feedback.
-
+1 to the issue. I'm using Alacritty + zellij and I'm having to completely close the terminal for it to reset. Hope this is resolved soon. |
Beta Was this translation helpful? Give feedback.
-
I see this periodically as well but |
Beta Was this translation helpful? Give feedback.
-
I'm seeing it using the terminal in zed, in iterm, autocomplete renders correctly. I tried |
Beta Was this translation helpful? Give feedback.
-
Checks
cw doctor
in the affected command line session and it didn't resolve my issuecw restart
and it didn't resolve my issueExpected behaviour
While opening integrated terminal in VSCodium, the autocomplete window should appear near the integrated terminal.
Actual behaviour
The autocomplete window appears, but is far away from the integrated terminal command line.
Steps to reproduce
Use VSCodium and open integrated terminal with CodeWhisper CLI installed.
While using VSCodium a bug presents that's very similar to this issue logged against the Fig repo:
withfig/fig#2058
Environment
Beta Was this translation helpful? Give feedback.
All reactions