Feat: Open Autocomplete window on cursor position change #52
Closed
RyloRiz
started this conversation in
Feature request
Replies: 2 comments 1 reply
-
This should already work as you expect. Can you share the output of |
Beta Was this translation helpful? Give feedback.
1 reply
-
@RyloRiz We don't properly integrate with marlonrichert/zsh-autocomplete plugin. We have an open feature request for this integration to work properly here: #20 I am going to close this issue and suggest you upvote the open feature request |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checks
Feature Details
Description:
When using
marlonrichert/zsh-autocomplete
and hittingTab
to autocomplete the next suggestion, the CodeWhisperer suggestion window disappears until another character is typed. It would be a great help if the window appeared any time the cursor position changed (/current input changed) instead of when the user types a character themselves.Note: I have removed the default
Tab
keybind in CodeWhisperer that typically would have been bound toInsert common prefix or shake
zsh-autocomplete
suggesting a path & CodeWhisperer displaying windowTab
hit,zsh-autocomplete
inserted path & CodeWhisperer no longer displaying windowBeta Was this translation helpful? Give feedback.
All reactions