vscode-super-replace
vscode-super-replace copied to clipboard
Do translations and any text transformations with regex replace.
As the title says. The "Replace" functionality still works well, though. Btw, kudos to you for the "Processing Function" functionality. It's insanely powerful once I know I can enter JS...
exactly what it says in the title. there needs to be an outline of what the key file is supposed to look like and what it should contain, cause apparently...
My Processing Function is : ``` (s,p)=> s+(p+1) ```
Hey, just found your extension, it's awesome! What first came to mind, is that it would be cool to have a list of past searches (possibly with an option to...
Hey, so I'm trying to change a pattern across 95 files. I'd rather not have to open them one by one, is there a way super replace can do this?...
Your plugin really useful, but I think it will be better if you can embed google translate by using google script instead required user register google api. These are some...
i tried to use [\s\S]* regular to match more line, but no effect, are you support?
在 #6 #14 的基础上,提供一个 js 文件,供用户自己填写常用的公用预设代码块。 里面用户可以自己填写一些常量,或者常用的代码逻辑。 写替换代码时,自动 import 这个文件,免得每次都要重新写一大堆代码。
是否可以给处理代码那里加上语法高亮,现在写多了就很眼花。 如果不好内置,是否可以将代码块独立为一个临时的 js 文件,在VSCode内新建一个窗口来编辑,并监测文件改动,一旦变化立即更新到扩展内。 这样可以利用VSCode自带的语法高亮和代码提示。