Skip to content

Add multicursor autocompletions#4028

Open
redsti-github wants to merge 2 commits intomicro-editor:masterfrom
redsti-github:feature/multicursor-autocomplete
Open

Add multicursor autocompletions#4028
redsti-github wants to merge 2 commits intomicro-editor:masterfrom
redsti-github:feature/multicursor-autocomplete

Conversation

@redsti-github
Copy link

Implements autocomplete while using multiple cursors. (loosely based on #3442)

Only autocompletes cursors which end in the same word as the active cursor.

For example:

foo bar
f|     -> foo|
f|     -> foo|
b|     -> b|
f|b    -> f|b

@JoeKar
Copy link
Member

JoeKar commented Mar 1, 2026

But we already have #3442 and this use case is discussed within it?!
I don't see any reason to duplicate the PR.

@redsti-github
Copy link
Author

Yes, but #3442 still autocompletes on all cursors, even if they shouldn't be.
I created this PR because as far as i know, i can't add or suggest commits to someone else's PR. (Atleast not without opening a PR to the author's repo, or commenting a diff, both of which feel impractical to me.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants