Adding a new "selection" mode to find and replace#207295
Adding a new "selection" mode to find and replace#207295wysisoft wants to merge 6 commits intomicrosoft:mainfrom
Conversation
|
@microsoft-github-policy-service agree [company="wysisoft"] |
|
@microsoft-github-policy-service agree |
|
Mind summarizing what this change is? It's not clear from the current description |
|
video to 3 existing modes and proposed "selection" mode https://drive.google.com/file/d/15ejdKVNUFTwSJR_OGUqlKTLyXLKLMDJk/view?usp=drive_link When I have a selection, find and replace applies my selection to find and replace. When I don't have a selection, find and replace applies to the entire document |
|
What's the google drive link? it's not open access so I can't see whatever is there. And did you mean to say "find and replace applies within my selection"? Because VS Code already has a toggle for that. |
|
@starball5 changed permissions on the mp4. What "toggle" are you referring to in VSCODE? |

#190835 mentions a frustrating experience for replacing text, this is because VSCODE is missing a replacement mode called "selection", it just has always/never/multiline. It needs this new "selection" mode as well, which is the default behavior for Visual Studio.