vscode icon indicating copy to clipboard operation
vscode copied to clipboard

With `"editor.find.seedSearchStringFromSelection": "never"`: "editor.action.addSelectionToNextFindMatch", "editor.action.selectHighlights" alike should not seed

Open MasterInQuestion opened this issue 2 years ago • 0 comments

    Notably (likely exhaustively yet):     |*| "Add Selection To Next Find Match" ("editor.action.addSelectionToNextFindMatch")     |*| "Add Selection To Previous Find Match" ("editor.action.addSelectionToPreviousFindMatch")     |*| "Find Next Selection" ("editor.action.nextSelectionMatchFindAction")     |*| "Find Previous Selection" ("editor.action.previousSelectionMatchFindAction")     |*| "Move Last Selection To Next Find Match" ("editor.action.moveSelectionToNextFindMatch")     |*| "Move Last Selection To Previous Find Match" ("editor.action.moveSelectionToPreviousFindMatch")     |*| "Select All Occurrences of Find Match" ("editor.action.selectHighlights")     .     Should not seed the search string when `"editor.find.seedSearchStringFromSelection": "never"`:     Which appears to be undesirable behavior in such case.

----

Version: 1.80.0 Commit: 660393deaaa6d1996740ff4880f1bad43768c814 User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0 Embedder: vscode.dev

MasterInQuestion avatar Jul 08 '23 03:07 MasterInQuestion