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

Keep selection direction after adding a new multi-cursor selection #211164

Open
musjj opened this issue Apr 23, 2024 · 0 comments
Open

Keep selection direction after adding a new multi-cursor selection #211164

musjj opened this issue Apr 23, 2024 · 0 comments
Assignees

Comments

@musjj
Copy link

musjj commented Apr 23, 2024

When using the editor.action.addSelectionTo{Next,Previous}FindMatch command, the direction/orientation of the selection is not taken into account.

So for example if you have selected the word foo, with the caret on f, when you run addSelectionToNextFindMatch you will get a new selection with the caret at o like this:

>|foo| # original selection

|foo|< # new selection

An option that keeps the direction/orientation of the selection would be really useful.

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

No branches or pull requests

2 participants