-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Regex search/replace bug in replace #165216
Comments
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.72.2. Please try upgrading to the latest version and checking whether this issue remains. Happy Coding! |
Updated to version 1.72.2. The issue persists. Can you also increase the search/replace field by 20% to the left? |
Are you talking about the search/replace within a file? Also, what do you mean "Toggle search area only"? How is this different than what you expect?
We currently don't have plans to change the positioning in the core editor. There may be extensions that can change that for your layout if you want. |
Yep, about this subj
Groups found are not replaced. Text are simply selected in turn
Expected result after replacement all text
|
looping in @rebornix for find functionality within editors |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
all extensions are disabled?:
Example
(?<=;TEST\n);S:\d+\n;(DONE:\d\.\d{1,2})(\d+)?
$1
🏳️ Expected Result:
Toggle search area only
The text was updated successfully, but these errors were encountered: