-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
editor-findEditor find operationsEditor find operationsinfo-neededIssue requires more information from posterIssue requires more information from poster
Description
Prerequisite: VS Code has option "Auto Find In Selection" is set to "multiline".
Reproduction steps:
- run VS Code
- open a text file that has some copies of same word;
- select that word;
- press 'Ctrl-F': selected word fills the search template and "Find in selection" option is ON;
- press 'Enter: there is no editor jump to the next word copy.
Expected behavior:
"Find in selection" option must be OFF and result of action step 5 should be - cursor, selection and editor view jump to the next word copy.
Reason of expected behavior:
description of "multiline" option states that it "Turn on Find in selection automatically when multiple lines of content are selected"; because selected word belongs to one line, no "Find in selection" option should be enabled and the whole file should be viewed.
Thank you for help.
Metadata
Metadata
Assignees
Labels
editor-findEditor find operationsEditor find operationsinfo-neededIssue requires more information from posterIssue requires more information from poster