Skip to content
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

[Feature Request] Search and Repleace with capture groups #362

Open
stefanbols opened this issue Oct 6, 2021 · 0 comments
Open

[Feature Request] Search and Repleace with capture groups #362

stefanbols opened this issue Oct 6, 2021 · 0 comments
Labels
feature This issue is a new feature.

Comments

@stefanbols
Copy link

stefanbols commented Oct 6, 2021

Issue Description

As a user I want to be able to search and replace with capture groups.

For example when wanting to add an underscore to every variable initialized with null, using capture groups.

Will replace the following:

    let documentRepresentation = null;
    let regexOccurrenceMap = null;
    let index = null;

with

    let _documentRepresentation = null;
    let _regexOccurrenceMap = null;
    let _index = null;

image

@brandon1024 brandon1024 added the feature This issue is a new feature. label Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue is a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants