Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Complete with multiple cursors only adds it to one of the cursors #3995

Closed
EriKWDev opened this issue Sep 27, 2022 · 1 comment
Closed
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue

Comments

@EriKWDev
Copy link

Summary

When using multiple cursors and getting an autocomplete suggestion, if you select that completion it only writes it to one of the cursors messing the editing up for the other cursors. I've only tried with rust. I would expect it to put the completion on all the cursors.

...or is there a different key than "enter" that would apply it to all?

Reproduction Steps

shift + c, shift + c, write until auto complete pops up, press tab until correct completion and then enter, only one of cursors get completion
see GIF:

Screencast.from.09-27-2022.06.40.32.PM.webm

with larger context around:
Screencast from 09-27-2022 06:41:05 PM.webm

Helix log

No response

Platform

Linux, Fedora

Terminal Emulator

alacritty 0.12.0-dev (c5ae05e8

Helix Version

helix 22.08.1 (bdc7b35)

@EriKWDev EriKWDev added the C-bug Category: This is a bug label Sep 27, 2022
@sudormrfbin
Copy link
Member

Duplicate of #2016

@sudormrfbin sudormrfbin marked this as a duplicate of #2016 Sep 27, 2022
@sudormrfbin sudormrfbin closed this as not planned Won't fix, can't repro, duplicate, stale Sep 27, 2022
@sudormrfbin sudormrfbin added the R-duplicate Duplicated issue: please refer to the linked issue label Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

No branches or pull requests

2 participants