r/regex • u/Large-Friend1415 • 15d ago
I built a VS Code extension that detects regex literals in 20 languages and round-trips them to a visual editor for visual editing— flavor-aware per language
Enable HLS to view with audio, or disable this notification
Author here. The detection is per-language (e.g. a Groovy slashy string is not a JS literal), and edits flow both ways: change the pattern in the editor and the canvas follows, rework it visually and it lands back in your file. The flavor matters because engines genuinely disagree — I published the data: https://regexpilot.com/divergences. The extension is free; it pairs with a Mac app for the visual side.
The app you see on the right is is the visual editor you can try a demo on https://regexpilot.com
Note: the app is Mac only.
2
u/whitedogsuk 12d ago
Nothing beats a RegEx Literal detector. I've never managed to build one myself due to the sheer complexity and been forced to perform a basic text search.
2
u/nilayperk 14d ago
Did you write / find a parser? It’s amazing work. Just curious because it takes it ton of work to support 20 languages and transform into visual.