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
Appreciate your work very much, sad solved a lot of my text replacement tasks.
I'm currently experiencing some problems, for example, I want to replace xx with yy in all the files in a directory, and there are many of them that appear to match several times, and I'd like to be able to manually select which lines should be replaced when selecting that file, because there are some lines that I'd like to keep unchanged from the original text.
Also sometimes the regular expression is written incorrectly and results in an incorrect replacement, I would like to be able to inline edit to fix that incorrect match, it would be great if this feature was supported. Thank you for your work!