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

Find in Selection Does Not Support Multiple Selections #14872

Closed
ghost opened this issue Nov 2, 2016 · 2 comments
Closed

Find in Selection Does Not Support Multiple Selections #14872

ghost opened this issue Nov 2, 2016 · 2 comments
Labels
editor-find Editor find operations feature-request Request for new features or functionality
Milestone

Comments

@ghost
Copy link

ghost commented Nov 2, 2016

  • VSCode Version: 1.7.0-insider
  • OS Version: Windows 7 Professional x64

Steps to Reproduce:

  1. Select several blocks containing the same substring.
  2. Search for that substring in the current selection.
  3. Observe that only the last instance is found.
@ghost ghost added feature-request Request for new features or functionality editor-find Editor find operations labels Nov 7, 2016
@ghost ghost added this to the Backlog milestone Nov 7, 2016
@ghost ghost unassigned alexdima Nov 7, 2016
@Fred-Vatin
Copy link

Fred-Vatin commented Jun 13, 2017

VS Code version OS
1.13.0 Win x64 pro (french)

Steps to reproduce

  1. Select non successive block with CTRL+LeftClickDrag on gutter
  2. CTRL+F then enable find in selection feature

Results

Only the first selected successive lines are affected by the find in selection feature. The other are then unselected.

Expectations

Use the user selected blocks/lines even if non successive when find/replace and find in selection is ON.

@rebornix
Copy link
Member

rebornix commented Nov 2, 2020

It already works now.

@rebornix rebornix closed this as completed Nov 2, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jun 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-find Editor find operations feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants