Feat: Integrate with marlonrichert/zsh-autocomplete #20
theKnightsOfRohan
started this conversation in
Feature request
Replies: 1 comment 1 reply
-
Thanks for this. We are aware of this issue. marlonrichert/zsh-autocomplete is a tough one to integrate with. It does a lot of strange stuff to the terminal emulator and so do we. We will investigate but it's unlikely we are going to be able to fix anytime soon, let alone ever... Out of interest, what value is this plugin giving you that codewhisperer for command line is not? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
I expect both the zsh-autocomplete below suggestions, and the cw cli suggestions to appear.
Because cw-cli fulfills the same need that zsh-autocomplete does, in terms of navigating file structures, in addition to its completion tools, I'm not too put out at this. However, zsh-autocomplete is a popular cli tool, and getting them to work together can only be a good thing.
If I were to speculate, I would say that the reason for this bug is due to zsh-autocomplete displaying the options after the cw-cli dropdown is rendered, overwriting it.
Actual behaviour
With zsh-autocomplete enabled:
Screen.Recording.2023-11-24.at.12.31.13.PM.mov
With zsh-autocomplete disabled:
Screen.Recording.2023-11-24.at.12.36.59.PM.mov
Steps to reproduce
Have both zsh-autocomplete and cw-cli installed in your system. I installed zsh-autocomplete using homebrew, and haven't tested with other methods of installation, so that may be a factor, but probably unlikely. Then, once both are enabled in your terminal profile, the conflict should occur.
Environment
Beta Was this translation helpful? Give feedback.
All reactions