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.

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

Labels

None yet

2 participants