vscode-regexp-preivew icon indicating copy to clipboard operation
vscode-regexp-preivew copied to clipboard

VSCode extension based on regexper-static.

Results 9 vscode-regexp-preivew issues
Sort by recently updated
recently updated
newest added

Tried creating presets for replacing to both \n and \\\\n, both will result in actual \n and \\\\n, not linebreaks. ![000803-● id, personresponsible_ttaskresourceid, r • Untitled-1 - Visual Studio Code](https://user-images.githubusercontent.com/41741558/198522763-587a4931-96a0-4956-ad1e-2651fdee6572.png)...

It's possible to add support for named group? Now in explain window show error for syntax same as: `/(?blablabla)/` error point to `

macos version 10.14.4 vscode version 1.34.0 plugin version 0.0.3

我看了一下源码,里面似乎并没有调用 regexper-static 的地方,没看懂它是怎么工作的,能简单说一下它的实现原理吗? 谢谢!

![regex](https://user-images.githubusercontent.com/13851064/33806278-fc58e1c6-ddd6-11e7-9489-1745f86b4398.png) I think I got this working properly once, but can't reproduce that anymore. In case of regex strings stored in json files, there is no `new RegExp()` constructor, so...

When I select text and then open regex editor, I'd like selected text to be copied there.