You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Edit supports regex-based searching, it currently lacks the ability to utilize captured strings in the replacement target.
Please add support for referencing captured groups in the replacement string using syntax like $1 or \1.
Activity
lhecker commentedon May 20, 2025
Here's the relevant code:
edit/src/buffer/mod.rs
Lines 1040 to 1079 in 514689c
Add support for captured groups in Find & Replace (microsoft#222)
Add support for captured groups in Find & Replace (microsoft#222)